Просмотр исходного кода

Add a comment to remember why math.h should be first to compile on AIX OS

mingodad 5 лет назад
Родитель
Сommit
461361935a
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      SquiLu/squirrel/sqvm.cpp

+ 2 - 0
SquiLu/squirrel/sqvm.cpp

@@ -2,6 +2,8 @@
 	see copyright notice in squirrel.h
 */
 #include <math.h>
+//to compile on AIX OS math.h shoud be before sqpcheader.h
+//due to the definition of the macro _class
 #include "sqpcheader.h"
 #include <limits.h>
 #include <stdlib.h>