*** empty log message ***

From-SVN: r269
This commit is contained in:
Richard Stallman 1992-02-02 21:57:55 +00:00
parent 28d81abb98
commit a611347025
1 changed files with 1 additions and 1 deletions

View File

@ -73,9 +73,9 @@ extern void __do_global_dtors ();
#define DO_GLOBAL_CTORS_BODY \
do { \
func_ptr *p; \
ON_EXIT (__do_global_dtors, 0); \
for (p = __CTOR_LIST__ + 1; *p; ) \
(*p++) (); \
ON_EXIT (__do_global_dtors, 0); \
} while (0)
#endif