fix case of Pool constants
This commit is contained in:
parent
79f3673d20
commit
70f297bab7
10 changed files with 27 additions and 27 deletions
4
all.h
4
all.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue