summaryrefslogtreecommitdiff
path: root/gemma.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2006-09-01 23:48:25 +0000
committerIan C <ianc@noddybox.co.uk>2006-09-01 23:48:25 +0000
commit37141ac197eaefeae9dada0bcc1c429ff584df44 (patch)
tree6bd93dbf3735d22e9dadb9d41ae1c68b980d0c0e /gemma.h
parent025fbd0c161c8f528e20f034d84ad986a4ebef36 (diff)
GEMMA largely working. Fixed broken expressions with white space.
Diffstat (limited to 'gemma.h')
-rw-r--r--gemma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemma.h b/gemma.h
index c7ccc1d..be0698f 100644
--- a/gemma.h
+++ b/gemma.h
@@ -45,7 +45,7 @@ void GEMMA_UpdateDisplay(GEMMA_View view);
void GEMMA_Step(void);
void GEMMA_StepOver(void);
void GEMMA_Run(void);
-void GEMMA_RunUntil(const char *expr);
+void GEMMA_RunUntil(void);
void GEMMA_Stop(void);
void GEMMA_Interrupt(int nmi);