| # | Line 19 | Line 19 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 19 | ||
| 20 | #include "face.h" | |
| 21 | ||
| 22 | < | #define SRCINC 8 /* realloc increment for array */ |
| 22 | > | #define SRCINC 32 /* realloc increment for array */ |
| 23 | ||
| 24 | SRCREC *source = NULL; /* our list of sources */ | |
| 25 | int nsources = 0; /* the number of sources */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |