Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
80751a72
Commit
80751a72
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Make proper plpgsql non-externs.
parent
77bbd714
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pl/plpgsql/src/pl_comp.c
+4
-7
4 additions, 7 deletions
src/pl/plpgsql/src/pl_comp.c
with
4 additions
and
7 deletions
src/pl/plpgsql/src/pl_comp.c
+
4
−
7
View file @
80751a72
...
...
@@ -3,7 +3,7 @@
* procedural language
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.
9
1999/09/20
0
2:
12:31
momjian Exp $
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/pl_comp.c,v 1.
10
1999/09/20
2
2:
28:05
momjian Exp $
*
* This software is copyrighted by Jan Wieck - Hamburg.
*
...
...
@@ -66,12 +66,9 @@
* Variables in the parser that shouldn't go into plpgsql.h
* ----------
*/
extern
PLPGSQL_YYSTYPE
plpgsql_yylval
;
extern
char
plpgsql_yytext
[];
/* We have to define this as non-extern somewhere for bsdi bjm 1999/09/19 */
int
plpgsql_yylineno
;
PLPGSQL_YYSTYPE
plpgsql_yylval
;
char
plpgsql_yytext
[];
int
plpgsql_yylineno
;
void
plpgsql_yyerror
(
const
char
*
s
);
/* ----------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment