From 5f15c042606033ce3b953837fc4a2f76674c4839 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 16 Apr 2008 21:52:45 +0000 Subject: [PATCH] use RTS_VAR() --- includes/Storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Storage.h b/includes/Storage.h index 32d4e9b..d109a17 100644 --- a/includes/Storage.h +++ b/includes/Storage.h @@ -121,7 +121,7 @@ extern generation * RTS_VAR(g0); extern step * RTS_VAR(g0s0); extern generation * RTS_VAR(oldest_gen); extern step * RTS_VAR(all_steps); -extern nat total_steps; +extern nat RTS_VAR(total_steps); /* ----------------------------------------------------------------------------- Initialisation / De-initialisation -- 1.7.10.4