author | Camm Maguire <camm@debian.org> | 2003年07月16日 02:02:51 +0000 |
---|---|---|
committer | Camm Maguire <camm@debian.org> | 2003年07月16日 02:02:51 +0000 |
commit | c74de75e891844d1a8a28f9c3c85c5c5a3b57cad (patch) | |
tree | c9ae45b974e92d2480a7a79d7f42366a26d22c83 | |
parent | ff24fc6da4343c10439990e402ef3707de27ad71 (diff) | |
download | gcl-c74de75e891844d1a8a28f9c3c85c5c5a3b57cad.tar.gz |
-rw-r--r-- | gcl/h/protoize.h | 3 |
diff --git a/gcl/h/protoize.h b/gcl/h/protoize.h index 9fcc3b7ad..1c62cf7b9 100644 --- a/gcl/h/protoize.h +++ b/gcl/h/protoize.h @@ -1737,6 +1737,9 @@ cdifference(object,object); object cplus(object,object); +object +Icall_error_handler(object,object,int,...); + #if defined (__MINGW32__) int bcmp ( const void *s1, const void *s2, size_t n ); void bcopy ( const void *s1, void *s2, size_t n ); |