summaryrefslogtreecommitdiff
path: root/yarvcore.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-19 03:58:57 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-19 03:58:57 +0000
commit33163ad123a14488cf163c274d1af56c8e5e7bcb (patch)
tree12198a7c64eeb738685ba20f555dde0587dc5782 /yarvcore.h
parenta20ecf3be4aa83647f243ff29fa9d0b23a9b9b63 (diff)
* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan
Huehner <stefan at huehner.org>. [ruby-core:10543] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'yarvcore.h')
-rw-r--r--yarvcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarvcore.h b/yarvcore.h
index b82896896a..189ae86cb0 100644
--- a/yarvcore.h
+++ b/yarvcore.h
@@ -539,7 +539,7 @@ typedef struct {
#define ic_vmstat u3.cnt
typedef NODE *IC;
-void rb_vm_change_state();
+void rb_vm_change_state(void);
typedef VALUE CDHASH;