summaryrefslogtreecommitdiffstats
path: root/byterun/instruct.h
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2000-10-12 18:05:42 +0000
committerDamien Doligez <damien.doligez-inria.fr>2000-10-12 18:05:42 +0000
commitcdf19e15fc00c997fee4b46c147320e4dff390a6 (patch)
treeadfacfaa4596e23800047746fdb78b44a995153c /byterun/instruct.h
parentbe85acc16e8aa5c0811bbcd365e0856bd797f50b (diff)
bcopy -> memmove; pas de virgule finale dans instruct.h
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3310 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/instruct.h')
-rw-r--r--byterun/instruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/instruct.h b/byterun/instruct.h
index 80d9ed1ea..c9a86f7b9 100644
--- a/byterun/instruct.h
+++ b/byterun/instruct.h
@@ -49,5 +49,5 @@ enum instructions {
BEQ, BNEQ, BLTINT, BLEINT, BGTINT, BGEINT,
ULTINT, UGEINT,
BULTINT, BUGEINT, STOP,
- EVENT, BREAK,
+ EVENT, BREAK
};