pike.git/
src/
builtin.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-25
2001-06-25 20:06:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>
65ffa937e6cc06e0b93ca54c2ccfcebddad5b4dc (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.2
Backported cleanup fix from Pike 7.3.
Rev: src/builtin.cmod:1.23
Rev: src/main.c:1.114
1:
/* -*- c -*-
-
* $Id: builtin.cmod,v 1.
22
2001/06/
21
01
:
23
:
07
per
Exp $
+
* $Id: builtin.cmod,v 1.
23
2001/06/
25
20
:
06
:
48
grubba
Exp $
*/ #include "global.h"
576:
{ INIT }
+
+
void exit_builtin(void)
+
{
+
EXIT
+
}