diff options
author | John van Groningen | 2003-10-03 12:31:32 +0000 |
---|---|---|
committer | John van Groningen | 2003-10-03 12:31:32 +0000 |
commit | b4fce6167f99ced9d6e67477e855e80a6c7074a9 (patch) | |
tree | 099e8825b055b1800de352c21fdc5fac6874a454 /cgiwas.c | |
parent | generate more data modules if FUNCTION_LEVEL_LINKING macro is defined (diff) |
define as_new_data_module function if FUNCTION_LEVEL_LINKING is defined instead of _WINDOWS_
Diffstat (limited to 'cgiwas.c')
-rw-r--r-- | cgiwas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ void w_as_internal_label_value (int label_id) static int in_data_section; -#ifdef _WINDOWS_ +#ifdef FUNCTION_LEVEL_LINKING void w_as_new_data_module (void) { } |