summaryrefslogtreecommitdiff
path: root/src/include/parser/scansup.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-09-07 05:04:48 +0000
committerBruce Momjian <bruce@momjian.us>1997-09-07 05:04:48 +0000
commit1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch)
tree8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/parser/scansup.h
parent8fecd4febf8357f3cc20383ed29ced484877d5ac (diff)
downloadpostgresql-1ccd423235a48739d6f7a4d7889705b5f9ecc69b.tar.gz
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/parser/scansup.h')
-rw-r--r--src/include/parser/scansup.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h
index 4c955bc43e..e3dd13a606 100644
--- a/src/include/parser/scansup.h
+++ b/src/include/parser/scansup.h
@@ -1,17 +1,14 @@
/*-------------------------------------------------------------------------
*
* scansup.h--
- * scanner support routines. used by both the bootstrap lexer
+ * scanner support routines. used by both the bootstrap lexer
* as well as the normal lexer
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: scansup.h,v 1.1 1996/08/28 07:23:58 scrappy Exp $
+ * $Id: scansup.h,v 1.2 1997/09/07 04:59:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
-extern char* scanstr(char *s);
-
-
-
+extern char *scanstr(char *s);