Selaa lähdekoodia

Fixed clang's problem with register keyword

bzt 5 vuotta sitten
vanhempi
commit
3bf81375da
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      code/M3D/m3d.h

+ 1 - 0
code/M3D/m3d.h

@@ -85,6 +85,7 @@ typedef uint16_t M3D_INDEX;
 #endif
 #ifndef  __cplusplus
 #define _register register
+#else
 #define _register
 #endif