Skip to content

Commit

Permalink
Import Parrot's ops/nqp_dyncall.ops as core/nativecall.c
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdr committed Aug 30, 2013
1 parent 5471a7e commit 55df863
Show file tree
Hide file tree
Showing 4 changed files with 1,071 additions and 12 deletions.
3 changes: 2 additions & 1 deletion build/Makefile.in
Expand Up @@ -57,6 +57,7 @@ OBJECTS = src/core/args@obj@ \
src/core/hll@obj@ \
src/core/loadbytecode@obj@ \
src/core/coerce@obj@ \
src/core/nativecall@obj@ \
src/gc/orchestrate@obj@ \
src/gc/allocation@obj@ \
src/gc/worklist@obj@ \
Expand Down Expand Up @@ -134,6 +135,7 @@ HEADERS = src/moarvm.h \
src/core/hll.h \
src/core/loadbytecode.h \
src/core/coerce.h \
src/core/nativecall.h \
src/io/fileops.h \
src/io/socketops.h \
src/io/dirops.h \
Expand Down Expand Up @@ -178,7 +180,6 @@ HEADERS = src/moarvm.h \
src/6model/reprs/CStr.h \
src/6model/reprs/CStruct.h \
src/6model/reprs/NativeCall.h \
src/6model/reprs/dyncall_reprs.h \
src/6model/sc.h \
src/strings/unicode_gen.h \
src/strings/ascii.h \
Expand Down
11 changes: 0 additions & 11 deletions src/6model/reprs/dyncall_reprs.h

This file was deleted.

0 comments on commit 55df863

Please sign in to comment.