Skip to content

Commit

Permalink
support uint64 args
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 23, 2023
1 parent 91e0abf commit a7bdeaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions genpp.pl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
uchar => ['byte', 'unsigned char'],
c_string => ['char *', 'char *'],
size_t => ['indx', 'size_t'],
uint64 => ['ulonglong', 'uint64_t'],
int => [$INT_PDLTYPE, 'int'],
);
our %type_alias = (
Expand Down
2 changes: 2 additions & 0 deletions typemap
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ DMatchWrapper* T_PTROBJ_SPECIAL
FileStorageWrapper* T_PTROBJ_SPECIAL
FileNodeWrapper* T_PTROBJ_SPECIAL

uint64_t T_IV

INPUT
T_PTROBJ_SPECIAL
if (!SvOK($arg)) {
Expand Down

0 comments on commit a7bdeaa

Please sign in to comment.