mirror of
https://github.com/byteworksinc/ORCALib.git
synced 2024-11-19 08:31:26 +00:00
Update misleading comments that referred to stddef instead of stdlib.
This commit is contained in:
parent
9937ef7003
commit
ee395c371b
@ -4,10 +4,10 @@
|
||||
|
||||
****************************************************************
|
||||
*
|
||||
* StdDef - Standard Definitions
|
||||
* StdLib - Standard Library Utility Functions
|
||||
*
|
||||
* This code implements the tables and subroutines needed to
|
||||
* support the standard C library STDDEF.
|
||||
* support the standard C library STDLIB.
|
||||
*
|
||||
* December 1988
|
||||
* Mike Westerfield
|
||||
@ -19,7 +19,7 @@
|
||||
*
|
||||
****************************************************************
|
||||
*
|
||||
StdDef start dummy segment
|
||||
StdLib start dummy segment
|
||||
copy equates.asm
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user