diff options
author | Michael Meskes <meskes@postgresql.org> | 2006-09-08 14:58:27 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2006-09-08 14:58:27 +0000 |
commit | 0b33c562970e4f23d2fa06b05a6e30254daef3aa (patch) | |
tree | 6d2201c2501c56dd2dbc04dd170e2b779e611ab0 /src/interfaces/ecpg/test/preproc/comment.pgc | |
parent | 460f46816a589ed6916e86b84a56a6b97eccabb1 (diff) | |
download | postgresql-0b33c562970e4f23d2fa06b05a6e30254daef3aa.tar.gz postgresql-0b33c562970e4f23d2fa06b05a6e30254daef3aa.zip |
Not all C compilers understand the "//" comment in this test case, so I removed it.
Diffstat (limited to 'src/interfaces/ecpg/test/preproc/comment.pgc')
-rw-r--r-- | src/interfaces/ecpg/test/preproc/comment.pgc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/test/preproc/comment.pgc b/src/interfaces/ecpg/test/preproc/comment.pgc index 5ef3b695ee5..f9218509908 100644 --- a/src/interfaces/ecpg/test/preproc/comment.pgc +++ b/src/interfaces/ecpg/test/preproc/comment.pgc @@ -9,9 +9,6 @@ exec sql include ../regression; /* Test comment */ /*--------------------------------------------------------------------------*/ -// we also understand this style -int k; - int main(void) { ECPGdebug(1, stderr); |