]> git.sur5r.net Git - cc65/blobdiff - test/val/cq715.c
Replace hard returns with an "else", add an error for non-IDENT tokens, and test...
[cc65] / test / val / cq715.c
index dd829156c238d0b02c2eeecb45b33e02dfa0cab1..0fe8641592df50319c01b4a98a873ed6c05cef26 100644 (file)
@@ -4,6 +4,8 @@
   !!LICENCE!!     own, freely distributeable for non-profit. read CPYRIGHT.LCC
 */
 
+#include "common.h"
+
 struct defs {
      int cbits;          /* No. of bits per char           */
      int ibits;          /*                 int            */
@@ -103,9 +105,9 @@ int x, y, z;
 *********************************************************************************************/
 
 #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);*/
@@ -130,7 +132,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.           */