Library: fixed cbm/baserror.a for basic3.5

git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@74 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye 2016-08-08 14:48:00 +00:00
parent a63007c0f9
commit 7fd4bc6539

View File

@ -36,13 +36,14 @@ baserror_UNDEFINED_FUNCTION = 27
baserror_VERIFY = 28
baserror_LOAD = 29
baserror_BREAK = 30
; from here on, basic 7 only:
; basic 3.5 and higher:
baserror_CANT_RESUME = 31
baserror_LOOP_NOT_FOUND = 32
baserror_LOOP_WITHOUT_DO = 33
baserror_DIRECT_MODE_ONLY = 34
baserror_NO_GRAPHICS_AREA = 35
baserror_BAD_DISK = 36
; basic 7 and higher:
baserror_BEND_NOT_FOUND = 37
baserror_LINE_NUMBER_TOO_LARGE = 38 ; for RENUMBER
baserror_UNRESOLVED_REFERENCE = 39 ; for RENUMBER