1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
--- src/expr.cpp.orig 2002-10-20 13:03:12 UTC +++ src/expr.cpp @@ -14,15 +14,12 @@ #line 1 "expr.y" -namespace std { +#include <sys/types.h> #include <stdio.h> #include <memory.h> #include <stdlib.h> #include <string.h> -} -using namespace std; - #include "System.h" #include "elf.h" #include "exprNode.h"