aboutsummaryrefslogtreecommitdiffstats
path: root/builtins/colon.c
blob: d1ca614e7845f61f7cd298124066d719ccc837a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* colon.c, created from colon.def. */
#line 22 "./colon.def"

#line 34 "./colon.def"

#line 43 "./colon.def"

#line 52 "./colon.def"

/* Return a successful result. */
int
colon_builtin (ignore)
     char *ignore;
{
  return (0);
}

/* Return an unsuccessful result. */
int
false_builtin (ignore)
     char *ignore;
{
  return (1);
}