fix case of Pool constants

This commit is contained in:
Quentin Carbonneaux 2022-09-02 12:08:52 +02:00
parent 79f3673d20
commit 70f297bab7
10 changed files with 27 additions and 27 deletions

4
all.h
View file

@ -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;