diff defs/scfdefs @ 373:c07686556109

Added ifeq statements at top to allow for multiple use's of same def file without conflicts. os9defs: added rmb 2 in NitrOS-9 dev table section to make dev table 13 bytes in size
author boisy
date Sat, 24 Aug 2002 14:34:32 +0000
parents 6641a883d6b0
children 911983420d77
line wrap: on
line diff
--- a/defs/scfdefs	Fri Aug 23 19:14:07 2002 +0000
+++ b/defs/scfdefs	Sat Aug 24 14:34:32 2002 +0000
@@ -1,3 +1,7 @@
+         ifeq  SCFDEFS
+
+SCFDEFS  set   1
+
          nam   SCFDefs
          ttl   Sequential File Manager (SCF) Definitions
 
@@ -189,4 +193,5 @@
 * Stop bits
 STOP1    equ   %00000000
 STOP2    equ   %00010000
+         endc