Parcourir la source

typdef doesn't work backwards :(

tarfeef101 il y a 7 ans
Parent
commit
c82604314b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      kern/synchprobs/traffic_synch.c

+ 2 - 2
kern/synchprobs/traffic_synch.c

@@ -30,8 +30,8 @@ typedef struct car
   Direction origin;
   Direction dest;
   bool old;
-  car * next;
-  cv * cv;
+  struct car * next;
+  sruct cv * cv;
 } car;
 
 typedef struct list