diff options
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -419,8 +419,8 @@ extern char debug['Z'+1]; /* util.c */ typedef enum { - Pheap, /* free() necessary */ - Pfn, /* discarded after processing the function */ + PHeap, /* free() necessary */ + PFn, /* discarded after processing the function */ } Pool; extern Typ *typ; |
