File: mini-prt.h

package info (click to toggle)
goo 0.155-15
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,904 kB
  • ctags: 21,551
  • sloc: ansic: 253,539; lisp: 2,452; makefile: 266; sh: 211
file content (12 lines) | stat: -rwxr-xr-x 296 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
//// Copyright 2002, Jonathan Bachrach.  See file TERMS.
#include "config.h"

typedef void*          P;
#define PNUL (P)0
extern P Yerror;
extern P CALL2(P, P, P);
extern P CALL0(P);
extern P YPsb(P);
extern P YPib(P);
typedef P (*Thunk)();
extern int GC_process_hook(unsigned long);