1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

builtins.h: rm broken check for removed SYSDECLARE (re: 921bbcae)

This commit is contained in:
Martijn Dekker 2021-11-21 01:13:43 +01:00
parent 893c6a9068
commit 996def3141

View file

@ -20,7 +20,8 @@
***********************************************************************/
#pragma prototyped
#ifndef SYSDECLARE
#ifndef __builtins_h_defined
#define __builtins_h_defined
#include <option.h>
#include "FEATURE/options"
@ -206,7 +207,8 @@ extern const char sh_optwait[];
#endif /* _cmd_universe */
extern const char sh_optunset[];
extern const char sh_optwhence[];
#endif /* SYSDECLARE */
extern const char sh_opttimes[];
extern const char e_dict[];
#endif /* __builtins_h_defined */