Skip to content

Commit

Permalink
Adding guard around GJ_LIB_NL in DUMP
Browse files Browse the repository at this point in the history
  • Loading branch information
grymmjack committed Feb 13, 2024
1 parent 3216b4b commit fbb8cc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DUMP/DUMP.BI
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ $IF GJ_LIB_DICT_INC_BI = UNDEFINED THEN
'$INCLUDE:'../DICT/DICT.BI'
$END IF

$IF GJ_LIB_NL = UNDEFINED THEN
$LET GJ_LIB_NL = 1
DIM SHARED GJ_LIB_NL AS STRING
$IF WIN THEN
GJ_LIB_NL$ = CHR$(13)
$ELSE
GJ_LIB_NL$ = CHR$(10)
$END IF
$END IF

0 comments on commit fbb8cc7

Please sign in to comment.