about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/LYexit.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/LYexit.h')
-rw-r--r--WWW/Library/Implementation/LYexit.h22
1 files changed, 15 insertions, 7 deletions
diff --git a/WWW/Library/Implementation/LYexit.h b/WWW/Library/Implementation/LYexit.h
index 09414880..d32e2079 100644
--- a/WWW/Library/Implementation/LYexit.h
+++ b/WWW/Library/Implementation/LYexit.h
@@ -39,15 +39,23 @@ extern "C" {
 #define exit(code) LYexit(code)
 #define atexit LYatexit
 #define ATEXITSIZE 50
+
 /*
  *	Data structures
- *//*
-   * Global variable declarations
- *//*
-   * Macros
- *//*
-   * Function declarations
- */ extern void outofmem(const char *fname, const char *func);
+ */
+
+/*
+ * Global variable declarations
+ */
+
+/*
+ * Macros
+ */
+
+/*
+ * Function declarations
+ */
+    extern void outofmem(const char *fname, const char *func);
     extern void reset_signals(void);
     extern void exit_immediately(int status) GCC_NORETURN;
     extern void LYexit(int status) GCC_NORETURN;