Skip to content

Commit

Permalink
inhale I/O function as rasc kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 19, 2024
1 parent ff27f23 commit 55aef58
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 241 deletions.
4 changes: 1 addition & 3 deletions IO/Misc/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ my @pack = (["misc.pd", qw(Misc PDL::IO::Misc)]);
undef &MY::postamble; # suppress warning
*MY::postamble = sub { pdlpp_postamble_int(@pack); };

my %hash = pdlpp_stdargs_int(@pack);
$hash{OBJECT} .= ' get$(OBJ_EXT)';
WriteMakefile(%hash);
WriteMakefile(pdlpp_stdargs_int(@pack));
167 changes: 0 additions & 167 deletions IO/Misc/get.c

This file was deleted.

Loading

0 comments on commit 55aef58

Please sign in to comment.