Skip to content

Commit

Permalink
Revert "Moving GJ_LIB_NL into _GJ_LIB_COMMON"
Browse files Browse the repository at this point in the history
This reverts commit 8b4036e.
  • Loading branch information
grymmjack committed Feb 13, 2024
1 parent 18b63d8 commit 3216b4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 29 deletions.
8 changes: 3 additions & 5 deletions DUMP/DUMP.BI
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ $IF GJ_LIB_DICT_INC_BI = UNDEFINED THEN
'$INCLUDE:'../DICT/DICT.BI'
$END IF

$IF GJ_LIB_NL = UNDEFINED THEN
DIM SHARED GJ_LIB_NL AS STRING
$END IF
$IF GJ_LIB_NL = UNDEFINED AND WIN THEN
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
3 changes: 0 additions & 3 deletions _GJ_LIB.BM
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
$LET GJ_LIB_INC_BM = 1

' Unified includes to use everything in the library from single BM include
$IF GJ_LIB_INC_COMMON_BM = UNDEFINED THEN
'$INCLUDE:'_GJ_LIB_COMMON.BM'
$END IF
$IF GJ_LIB_ARR_BYTE_BAS = UNDEFINED THEN
'$INCLUDE:'ARR/ARR_BYTE.BAS'
$END IF
Expand Down
6 changes: 1 addition & 5 deletions _GJ_LIB_COMMON.BI
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ $IF SLASH = UNDEFINED THEN
$ELSE
CONST SLASH$ = "/"
$END IF
$END IF

$IF GJ_LIB_NL = UNDEFINED THEN
DIM SHARED GJ_LIB_NL AS STRING
$END IF
$END IF
16 changes: 0 additions & 16 deletions _GJ_LIB_COMMON.BM

This file was deleted.

0 comments on commit 3216b4b

Please sign in to comment.