summaryrefslogtreecommitdiff
path: root/src/gpuwattch/globalvar.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-09-16 10:47:08 -0400
committerMahmoud <[email protected]>2019-09-16 10:47:08 -0400
commit0785ce7c9471bf1a0c70500eb60cb293fb5aa2fa (patch)
tree15dcaeaf1b1e0e9e3c04af74e72545854793d244 /src/gpuwattch/globalvar.h
parent688044e9f7a9aef0a63a9610b496baafd886c556 (diff)
parentdba877b45fe11187d56904bbd169f4e0a5ad0586 (diff)
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution into dev-private
Diffstat (limited to 'src/gpuwattch/globalvar.h')
-rw-r--r--src/gpuwattch/globalvar.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gpuwattch/globalvar.h b/src/gpuwattch/globalvar.h
index 9532576..e0b76c2 100644
--- a/src/gpuwattch/globalvar.h
+++ b/src/gpuwattch/globalvar.h
@@ -29,11 +29,10 @@
*
***************************************************************************/
-
#ifndef GLOBALVAR_H_
#define GLOBALVAR_H_
-#ifdef GLOBALVAR
+#ifdef GLOBALVAR
#define EXTERN
#else
#define EXTERN extern
@@ -42,7 +41,3 @@
EXTERN bool opt_for_clk;
#endif /* GLOBALVAR_H_ */
-
-
-
-