Removed `guile_types.pl'.

This commit is contained in:
Martin Baulig
1999-12-05 22:20:38 +00:00
parent 8e9a0fbe99
commit 709c5378f8
2 changed files with 0 additions and 16 deletions

View File

@@ -1,7 +1,3 @@
1999-12-02 Martin Baulig <martin@home-of-linux.org>
* guile_types.pl: New file.
1999-11-28 Martin Baulig <martin@home-of-linux.org> 1999-11-28 Martin Baulig <martin@home-of-linux.org>
* c_types.pl: New file. * c_types.pl: New file.

View File

@@ -1,12 +0,0 @@
$typeinfo = {'long' => ['gh_long2scm', 'gh_scm2long'],
'ulong' => ['gh_ulong2scm', 'gh_scm2ulong'],
'pid_t' => ['gh_long2scm', 'gh_scm2long'],
'int' => ['gh_long2scm', 'gh_scm2long'],
'retval' => ['gh_long2scm', 'gh_scm2long'],
'ushort' => ['gh_long2scm', 'gh_scm2long'],
'unsigned' => ['gh_ulong2scm', 'gh_scm2ulong'],
'double' => ['gh_double2scm', 'gh_scm2double'],
'string' => ['gh_str02scm', 'gh_scm2newstr'],
};
1;