diff options
Diffstat (limited to 'gcc/vmsdbgout.c')
-rw-r--r-- | gcc/vmsdbgout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 257d506..c558f44 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -703,6 +703,7 @@ write_debug_string (string, comment, dosizeonly) /* Output a module begin header and return the header size. Just return the size if DOSIZEONLY is non-zero. */ +static int write_modbeg (dosizeonly) int dosizeonly; { |