diff options
author | Miguel de Icaza <miguel@gnu.org> | 1999-09-02 02:09:57 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-09-02 02:09:57 +0800 |
commit | 523a46f844ab6855b6888984c3f7a40a13900d74 (patch) | |
tree | f14799480820b6ca3ccb7eb5a663e81bfc3d6c5b /libversit/port.h | |
parent | 4ed34315759b8bb3b701133bcb704b5a4891100c (diff) | |
download | gsoc2013-evolution-523a46f844ab6855b6888984c3f7a40a13900d74.tar.gz gsoc2013-evolution-523a46f844ab6855b6888984c3f7a40a13900d74.tar.zst gsoc2013-evolution-523a46f844ab6855b6888984c3f7a40a13900d74.zip |
Added call to GNOME_COMPILE_WARNINGS.
1999-09-01 Miguel de Icaza <miguel@gnu.org>
* configure.in: Added call to GNOME_COMPILE_WARNINGS.
* libversit: Removed all the rest of the C++ comments from C
sources (per David's suggestion).
1999-09-01 David Kaelbling <drk@sgi.com>
* card.c (strtoCardRev): Off by one error fix.
svn path=/trunk/; revision=1153
Diffstat (limited to 'libversit/port.h')
-rw-r--r-- | libversit/port.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libversit/port.h b/libversit/port.h index 6dba3567fe..1768beebd8 100644 --- a/libversit/port.h +++ b/libversit/port.h @@ -44,15 +44,15 @@ DFARS 252.227-7013 or 48 CFR 52.227-19, as applicable. extern "C" { #endif -// some of these #defines are commented out because -// Visual C++ sets them on the compiler command line instead +/* some of these #defines are commented out because */ +/* Visual C++ sets them on the compiler command line instead */ -//#define _DEBUG -//#define WIN32 -//#define WIN16 -//#define _WINDOWS -//#define __MWERKS__ -//#define INCLUDEMFC +/* #define _DEBUG */ +/* #define WIN32 */ +/* #define WIN16 */ +/* #define _WINDOWS */ +/* #define __MWERKS__ */ +/* #define INCLUDEMFC */ #define vCardClipboardFormat "+//ISBN 1-887687-00-9::versit::PDI//vCard" #define vCalendarClipboardFormat "+//ISBN 1-887687-00-9::versit::PDI//vCalendar" @@ -85,4 +85,4 @@ For example: } #endif -#endif // __PORT_H__ +#endif /* __PORT_H__ */ |