1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

No need to #define LUA_NUMBER_INTEGRAL twice in the same file:

This commit is contained in:
Frédéric Thomas 2008-08-09 15:37:22 +00:00
parent 0fa7dda2cb
commit 417e46f0d1

View File

@ -13,7 +13,6 @@
#include "type.h"
#define LUA_NUMBER_INTEGRAL
/*
** ==================================================================
** Search for "@@" to find all configurable definitions.