Dan Pasanen | c6e3786 | 2014-10-02 14:08:59 -0500 | [diff] [blame] | 1 | /* colon.c, created from colon.def. */ |
2 | #line 22 "./colon.def" | ||||
3 | |||||
4 | #line 34 "./colon.def" | ||||
5 | |||||
6 | #line 43 "./colon.def" | ||||
7 | |||||
8 | #line 52 "./colon.def" | ||||
9 | |||||
10 | /* Return a successful result. */ | ||||
11 | int | ||||
12 | colon_builtin (ignore) | ||||
13 | char *ignore; | ||||
14 | { | ||||
15 | return (0); | ||||
16 | } | ||||
17 | |||||
18 | /* Return an unsuccessful result. */ | ||||
19 | int | ||||
20 | false_builtin (ignore) | ||||
21 | char *ignore; | ||||
22 | { | ||||
23 | return (1); | ||||
24 | } |