temporary fix for commas within operands

This commit is contained in:
ceriel
1987-08-05 13:09:37 +00:00
parent 6439f09220
commit c9f7d845a2
2 changed files with 9 additions and 6 deletions

View File

@@ -3,7 +3,6 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
typedef struct item *item_p;
typedef struct queue_t *queue;
struct queue_t {