| Index: third_party/yasm/patched-yasm/modules/preprocs/cpp/cpp-preproc.c
|
| ===================================================================
|
| --- third_party/yasm/patched-yasm/modules/preprocs/cpp/cpp-preproc.c (revision 71129)
|
| +++ third_party/yasm/patched-yasm/modules/preprocs/cpp/cpp-preproc.c (working copy)
|
| @@ -59,7 +59,7 @@
|
| yasm_preproc_base preproc; /* base structure */
|
|
|
| /* List of arguments to pass to cpp. */
|
| - TAILQ_HEAD(, cpp_arg_entry) cpp_args;
|
| + TAILQ_HEAD(cpp_arg_head, cpp_arg_entry) cpp_args;
|
|
|
| char *filename;
|
| FILE *f, *f_deps;
|
|
|