Update to Squirrel 3.0.7 stable
[supertux.git] / external / squirrel / include / squirrel.h
index d4fc8fb..2532c5b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2014 Alberto Demichelis\r
+Copyright (c) 2003-2015 Alberto Demichelis\r
 \r
 Permission is hereby granted, free of charge, to any person obtaining a copy\r
 of this software and associated documentation files (the "Software"), to deal\r
@@ -162,7 +162,7 @@ typedef char SQChar;
 #endif\r
 #define scatoi         atoi\r
 #define scstrtoul      strtoul\r
-#define scvsprintf     vsprintf\r
+#define scvsprintf     vsnprintf\r
 #define scstrstr       strstr\r
 #define scisspace      isspace\r
 #define scisdigit      isdigit\r
@@ -181,10 +181,10 @@ typedef char SQChar;
 #define _PRINT_INT_FMT _SC("%d")\r
 #endif\r
 \r
-#define SQUIRREL_VERSION       _SC("Squirrel 3.0.6 stable")\r
-#define SQUIRREL_COPYRIGHT     _SC("Copyright (C) 2003-2014 Alberto Demichelis")\r
+#define SQUIRREL_VERSION       _SC("Squirrel 3.0.7 stable")\r
+#define SQUIRREL_COPYRIGHT     _SC("Copyright (C) 2003-2015 Alberto Demichelis")\r
 #define SQUIRREL_AUTHOR                _SC("Alberto Demichelis")\r
-#define SQUIRREL_VERSION_NUMBER        306\r
+#define SQUIRREL_VERSION_NUMBER        307\r
 \r
 #define SQ_VMSTATE_IDLE                        0\r
 #define SQ_VMSTATE_RUNNING             1\r