build cleanup
[m6w6/ext-psi] / scripts / _include.php
index 67a73ca8ed69d7eaf51c48f3b261463be87d32e7..f6604eb34d9577657af305c487ecde0c44d496fd 100644 (file)
@@ -31,8 +31,8 @@ function t_is_int($t) {
 
 function t_is_special($t) {
        switch ($t) {
-               case "INT128_T":
-               case "UINT128_T":
+               case "INT128":
+               case "UINT128":
                case "LONG_DOUBLE":
                        return true;
                default:
@@ -66,7 +66,6 @@ function t_is_special($t) {
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *******************************************************************************/
 
-#include "php_psi_stdinc.h"
 #include <assert.h>
 
 #include "token.h"
\ No newline at end of file