mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
builtins.h: rm broken check for removed SYSDECLARE (re: 921bbcae
)
This commit is contained in:
parent
893c6a9068
commit
996def3141
1 changed files with 4 additions and 2 deletions
|
@ -20,7 +20,8 @@
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
#pragma prototyped
|
#pragma prototyped
|
||||||
|
|
||||||
#ifndef SYSDECLARE
|
#ifndef __builtins_h_defined
|
||||||
|
#define __builtins_h_defined
|
||||||
|
|
||||||
#include <option.h>
|
#include <option.h>
|
||||||
#include "FEATURE/options"
|
#include "FEATURE/options"
|
||||||
|
@ -206,7 +207,8 @@ extern const char sh_optwait[];
|
||||||
#endif /* _cmd_universe */
|
#endif /* _cmd_universe */
|
||||||
extern const char sh_optunset[];
|
extern const char sh_optunset[];
|
||||||
extern const char sh_optwhence[];
|
extern const char sh_optwhence[];
|
||||||
#endif /* SYSDECLARE */
|
|
||||||
extern const char sh_opttimes[];
|
extern const char sh_opttimes[];
|
||||||
|
|
||||||
extern const char e_dict[];
|
extern const char e_dict[];
|
||||||
|
|
||||||
|
#endif /* __builtins_h_defined */
|
||||||
|
|
Loading…
Reference in a new issue