diff options
Diffstat (limited to 'compiler/dtio.c')
-rw-r--r-- | compiler/dtio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dtio.c b/compiler/dtio.c index 4c19ad0..a18ab5f 100644 --- a/compiler/dtio.c +++ b/compiler/dtio.c @@ -158,7 +158,7 @@ DtWriteBinary ( #define DT_SLASH_SLASH_COMMENT 4 #define DT_END_COMMENT 5 -UINT32 Gbl_NextLineOffset; +static UINT32 Gbl_NextLineOffset; /****************************************************************************** |