}
-
+
static void SetSys (const char* Sys)
/* Define a target system */
{
NewSymbol ("__SUPERVISION__", 1);
break;
+ case TGT_LYNX:
+ NewSymbol ("__LYNX__", 1);
+ break;
+
default:
AbEnd ("Invalid target name: `%s'", Sys);
}
}
}
-
+
/* Define the new symbol */
NewSymbol (SymName, Val);
}
DefineNumericMacro ("__SUPERVISION__", 1);
break;
- case TGT_SUPERVISION:
+ case TGT_LYNX:
DefineNumericMacro ("__LYNX__", 1);
break;
/* Initialize the default segment names */
InitSegNames ();
-
+
/* Initialize the include search paths */
InitIncludePaths ();