projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c67d28
)
added const declaration in form() E.Mergl
author
Edmund Mergl
<E.Mergl@bawue.de>
Sat, 17 May 1997 16:25:57 +0000
(16:25 +0000)
committer
Edmund Mergl
<E.Mergl@bawue.de>
Sat, 17 May 1997 16:25:57 +0000
(16:25 +0000)
src/include/c.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/c.h
b/src/include/c.h
index 6b163f95626dfdb420ff9d7e63ed31d6552b7039..e02f5f9fd561c26b2bddc769be8b5b28bbb5a2fa 100644
(file)
--- a/
src/include/c.h
+++ b/
src/include/c.h
@@
-7,7
+7,7
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: c.h,v 1.1
2 1997/04/24 20:00:45 scrappy
Exp $
+ * $Id: c.h,v 1.1
3 1997/05/17 16:25:57 mergl
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-700,7
+700,7
@@
extern int ExceptionalCondition(char *conditionName,
* form is used by assert and the exception handling stuff
* ----------------
*/
-extern char *form(char *fmt, ...);
+extern char *form(c
onst c
har *fmt, ...);