File:  [gforth] / gforth / arch / r8c / errors.fs
Revision 1.2: download - view: text, annotated - select for diffs
Wed Dec 10 15:44:12 2008 UTC (15 years, 3 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Cleared distribution conditions

    1: \ Error strings
    2: \ This file is in public domain
    3: 
    4: >rom
    5: s" Aborted" -&1 ErrLink linkstring
    6: s" Undefined word" -&13 ErrLink linkstring
    7: s" Stack underflow" -&4 ErrLink linkstring
    8: s" Interpreting a compile-only word" -&14 ErrLink linkstring
    9: s" Control structure mismatch" -&22 ErrLink linkstring
   10: \ s" Pictured numeric ouput string overflow" -&17 ErrLink linkstring
   11: s" Attempt to use zero-length string as a name" -&16 ErrLink linkstring
   12: >ram
   13: 
   14: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>