Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
fix typoes and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneralGuy4872 committed Oct 7, 2019
1 parent 79e7ef0 commit 9e4ad6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/modules/IWannaFly/Macro.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ FILTER_ONLY
code => sub { s/§/\$/g };
FILTER_ONLY
code => sub { s//\$/g };
FILTER_ONLY
code => sub { s//\$/g };
FILTER_ONLY
code => sub { s/‽(\()?/refaddr$1 /g };
FILTER_ONLY
Expand Down
6 changes: 2 additions & 4 deletions src/modules/IWannaFly/Main.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ with :: for directories and ' for files-->
# €foo is a doubly, half-circularly linked list object
# §foo is a doubly, circularly linked list object
#
# any struct pointer fields are converted to tied hash objects,
# and a Ptr field will be added to these objects to hold the heap
# pointer that values are tied to. the DESTROY routine is
# any struct pointer fields are converted to hash objects.
# a Ptr field and a SYNC method will be added to these objects.
#
# Similarly, prev, next, or other pointer fields may be NULL
# (a Filter::Simple macro in IWannaFly'Null, which wrapps the C NULL),
Expand All @@ -49,7 +48,6 @@ with :: for directories and ' for files-->
# ¤bar is a reference
# °bar is a C pointer
# ♯bar is a bitfield or boolean
# ¶bar is a string
# ‽$bar is the refaddr function
#
# all these extra sigils except ‰ and ‽ are processed to $ by
Expand Down
2 changes: 1 addition & 1 deletion src/modules/IWannaFly/Types/Struct/classtyp/classtyp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sub calloc {
sub new($) {
my $self = shift;
£struct = IWannaFly::Types::Struct::classtyp'xs::iwfperl_new_struct_classtyp;
£struct->{sync} = IWannaFly::Types::classtyp'xs::iwfperl_sync_struct_classtype(£struct->{Ptr});
£struct->{SYNC} = IWannaFly::Types::classtyp'xs::iwfperl_sync_struct_classtype(£struct->{Ptr});
lock_keys(%£struct);
bless £struct, $self;
}
Expand Down

0 comments on commit 9e4ad6f

Please sign in to comment.