summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-27 22:09:26 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-27 22:09:26 -0700
commit923215b60f4339b7a641274f30c9afca40f41999 (patch)
treebd5cb988745eb6cd1b4f500b970b479bb2a59e52 /scope.h
parentc3f9b85903ec73c2e9843c837d334b0430d46b58 (diff)
downloadxscope-923215b60f4339b7a641274f30c9afca40f41999.tar.gz
Enable raw mode option code
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/scope.h b/scope.h
index 3100559..3fa3dd0 100644
--- a/scope.h
+++ b/scope.h
@@ -88,11 +88,7 @@ extern short debuglevel;
extern short Verbose /* quiet (0) or increasingly verbose ( > 0) */ ;
extern short XVerbose;
extern short NasVerbose;
-#ifdef RAW_MODE
extern short Raw /* raw data output only */ ;
-#else
-#define Raw 0
-#endif
extern int ScopePort;