diff options
Diffstat (limited to 'gcc/cobol/util.h')
-rw-r--r-- | gcc/cobol/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cobol/util.h b/gcc/cobol/util.h index 9a968ea..44db645 100644 --- a/gcc/cobol/util.h +++ b/gcc/cobol/util.h @@ -48,5 +48,6 @@ void cobol_set_pp_option(int opt); const char * cobol_filename_restore(); const char * cobol_lineno_save(); +unsigned long gb4( size_t input ); #endif |