prism2.device: Compiler delint
[AROS.git] / workbench / c / shellcommands / dos_commanderrors.h
blob3f73f29ea7b7475a68e6c66327af7d1432b315ce
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #ifndef DOS_COMMANDERRORS_H
10 #define DOS_COMMANDERRORS_H
12 /* Errors related to C: commands */
13 #define ERROR_NO_MATCHING_ELSEENDIF 10000
14 #define ERROR_SCRIPT_ONLY 10001
16 #endif /* DOS_COMMANDERRORS_H */