Mercurial > hg > xemacs-beta
comparison modules/postgresql/postgresql.c @ 1706:9fc738581a9d
[xemacs-hg @ 2003-09-22 03:21:12 by james]
Remove GNU DLD support, fix the C++ build, make eval-related functions visible
to modules, and fix minor Windows-related problems.
author | james |
---|---|
date | Mon, 22 Sep 2003 03:21:19 +0000 |
parents | 64eaceca611d |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
1705:cdbc76885304 | 1706:9fc738581a9d |
---|---|
1860 #undef FROB | 1860 #undef FROB |
1861 } | 1861 } |
1862 } | 1862 } |
1863 | 1863 |
1864 #ifdef HAVE_SHLIB | 1864 #ifdef HAVE_SHLIB |
1865 void unload_postgresql (void); | 1865 EXTERN_C void unload_postgresql (void); |
1866 void | 1866 void |
1867 unload_postgresql (void) | 1867 unload_postgresql (void) |
1868 { | 1868 { |
1869 #ifndef RUNNING_XEMACS_21_1 | 1869 #ifndef RUNNING_XEMACS_21_1 |
1870 /* Remove defined types */ | 1870 /* Remove defined types */ |