X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=test%2Fval%2Fcq26.c;h=239411f1cb7b04625c7bac84ce4c3be839cdcd65;hb=74455508314bc2b007e812ec5f9429496b9fbd5f;hp=42527e80f5e246e84a63931bf8e388e5fd8a25c7;hpb=d0aef118ac7d64a84b5984be2a2e0e207e475f1d;p=cc65 diff --git a/test/val/cq26.c b/test/val/cq26.c index 42527e80f..239411f1c 100644 --- a/test/val/cq26.c +++ b/test/val/cq26.c @@ -4,6 +4,8 @@ !!LICENCE!! own, freely distributeable for non-profit. read CPYRIGHT.LCC */ +#include "common.h" + #ifndef CQ26_INCLUDED struct defs { int cbits; /* No. of bits per char */ @@ -169,9 +171,9 @@ s26(struct defs *pd0) { *********************************************************************************************/ #ifndef NO_TYPELESS_STRUCT_PTR - int section(int j,struct* pd0){ + int section(int j,struct* pd0){ #else - int section(int j,void* pd0){ + int section(int j,void* pd0){ #endif switch(j){ case 0: return s26(pd0); @@ -195,7 +197,7 @@ int main(int n,char **args) { int j; static struct defs d0, *pd0; - + d0.flgs = 1; /* These flags dictate */ d0.flgm = 1; /* the verbosity of */ d0.flgd = 1; /* the program. */