summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-10-25 10:58:52 +0000
committerTim Angus <tim@ngus.net>2001-10-25 10:58:52 +0000
commit37ff575d8820d46f286204b1fa5abc33b06ff83f (patch)
tree8a32c87f0bf5645d7891db5cdbfe356313b2607b
parent52c5d11fea9bbeda18453c98ff3d6900b03c8506 (diff)
Ctags update. Just to make it look like I'm doing something
-rw-r--r--Makefile2
-rw-r--r--src/game/q_shared.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9271b4f7..227374f4 100644
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,7 @@ makedirs:
ctags:
cd src
- ctags -f tags -R *
+ ctags -f src/tags -R *
cd ..
# --object lists for each build type--
diff --git a/src/game/q_shared.h b/src/game/q_shared.h
index 5b74cc67..4ff5fa52 100644
--- a/src/game/q_shared.h
+++ b/src/game/q_shared.h
@@ -68,9 +68,9 @@
#ifdef Q3_VM
-#ifdef __linux__
-#undef __linux__
-#endif
+//#ifdef __linux__
+//#undef __linux__
+//#endif
#include "bg_lib.h"