Skip to content

Commit

Permalink
Merge pull request #2 from inventordave/inventordave-patch-2
Browse files Browse the repository at this point in the history
Update gc.h
  • Loading branch information
inventordave authored Dec 19, 2024
2 parents eb42d00 + 2f9c6d2 commit b3ca014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gc.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ extern void* galloc3( TYPE type );

// Will return the index of the reference in the GC Active Context if is stored therewithin.
// On being unable to find the reference, will return -1.
signed getRef( void* );
signed getRef2( void* );

// returns the reference stored at indice [int]. If no reference is found at such an index, returns NULL.
void* getRef2( int );
void* getRef( int );

// self-explanatory.
// Searches the Active GC Context.
Expand Down

0 comments on commit b3ca014

Please sign in to comment.