projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1718240
)
Fixed typo in preproc/type.h
author
Michael Meskes
Tue, 16 Apr 2002 07:03:56 +0000
(07:03 +0000)
committer
Michael Meskes
Tue, 16 Apr 2002 07:03:56 +0000
(07:03 +0000)
src/interfaces/ecpg/preproc/type.h
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/type.h
b/src/interfaces/ecpg/preproc/type.h
index c75d1cd2c4e19b5d229cdebd53d4fa6842700f67..f73bda50600fcf7e0e03e3ce45af69d573900f09 100644
(file)
--- a/
src/interfaces/ecpg/preproc/type.h
+++ b/
src/interfaces/ecpg/preproc/type.h
@@
-90,7
+90,7
@@
struct this_type
char *type_str;
int type_dimension;
int type_index;
-
int
type_sizeof;
+
char *
type_sizeof;
};
struct _include_path