View | Details | Raw Unified | Return to bug 222402
Collapse All | Expand All

(-)squirrel/squirrel/sqvm.cc (-1 / +1 lines)
Lines 1-8 Link Here
1
/*
1
/*
2
	see copyright notice in squirrel.h
2
	see copyright notice in squirrel.h
3
*/
3
*/
4
#include "sqpcheader.h"
5
#include <math.h>
4
#include <math.h>
5
#include "sqpcheader.h"
6
#include <stdlib.h>
6
#include <stdlib.h>
7
#include <limits.h>
7
#include <limits.h>
8
#include "sqopcodes.h"
8
#include "sqopcodes.h"

Return to bug 222402