ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/slog.h
(Generate patch)

Comparing gvpe/src/slog.h (file contents):
Revision 1.4 by pcg, Thu Oct 16 02:41:21 2003 UTC vs.
Revision 1.5 by pcg, Thu Jan 29 18:55:10 2004 UTC

72#else 72#else
73# define slog slog_ 73# define slog slog_
74#endif 74#endif
75 75
76extern void fatal (const char *m); 76extern void fatal (const char *m);
77extern void require_failed (const char *file, int line, const char *info);
78
79#define require(expr) if (!(expr)) require_failed (__FILE__, __LINE__, #expr)
77 80
78#endif 81#endif
79 82

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines