mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
0d5b973720
for VMS port are added. * eval.c (ruby_init): change to call VMS private intialization routine. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
7 lines
156 B
C
7 lines
156 B
C
#ifndef VMSRUBY_H_INCLUDED
|
|
#define VMSRUBY_H_INCLUDED
|
|
|
|
void _vmsruby_init(void);
|
|
long _vmsruby_set_switch(char *, char *);
|
|
|
|
#endif /* VMSRUBY_H_INCLUDED */
|