Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-04-17 23:10:37 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-04-17 23:10:37 +0400
commit84462018f37ada6ef190368f69f0997396e34d02 (patch)
tree7670034811cf9c72e8e1c596d7bb95dbbfaa660f /libgloss/debug.h
parent99ad0c63ae85e6ea598476c8b67ee31ff92165ae (diff)
2002-04-17 Joel Sherrill <joel@OARcorp.com>
* debug.h: Change mem_err to volatile to match definition in debug.c.
Diffstat (limited to 'libgloss/debug.h')
-rw-r--r--libgloss/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/debug.h b/libgloss/debug.h
index 95353418e..9a78076d2 100644
--- a/libgloss/debug.h
+++ b/libgloss/debug.h
@@ -77,7 +77,7 @@ extern char *gdb_set(char *); /* Q - set value */
* indicate to caller of mem2hex or hex2mem that there has been an error.
* 0 means ok, 1 means error
*/
-extern int mem_err;
+extern volatile int mem_err;
/*
* indicate whether the debug vectors have been initialized