index
:
pprolog
front
A new prolog interpreter for Plan 9. Replaces the old pprolog project.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fns.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'fns.h')
-rw-r--r--
fns.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/fns.h b/fns.h
index 6878a24..81a2f08 100644
--- a/
fns.h
+++ b/
fns.h
@@ -1,5 +1,5 @@
/* parser.c */
-void parse(int);
+Term *parse(int);
/* prettyprint.c */
Rune *prettyprint(Term *);