]> git.sur5r.net Git - cc65/blobdiff - test/val/cq71.c
goto.c warning fix for implicit truncation
[cc65] / test / val / cq71.c
index 342b9809aef079b28d5fb6263aea766df4c404cb..f7167c7289b434def830c9fd30313e2272ea6ab7 100644 (file)
@@ -4,6 +4,8 @@
   !!LICENCE!!     own, freely distributeable for non-profit. read CPYRIGHT.LCC
 */
 
+#include "common.h"
+
 /*include "cq26.c"*/ /* hardware check */
 
 struct defs {
@@ -192,9 +194,9 @@ int
 *********************************************************************************************/
 
 #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);*/
@@ -219,7 +221,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.           */