Skip to content

Commit

Permalink
Properly pass parameters to ___garbage_collect when ___DEBUG_GARBAGE_…
Browse files Browse the repository at this point in the history
…COLLECT is defined
  • Loading branch information
feeley committed Jan 26, 2016
1 parent 3c62594 commit f7bfcf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/stamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
* Time stamp of last source code repository commit.
*/

#define ___STAMP_YMD 20160125
#define ___STAMP_HMS 204511
#define ___STAMP_YMD 20160126
#define ___STAMP_HMS 230524
4 changes: 2 additions & 2 deletions lib/mem.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* File: "mem.h" */

/* Copyright (c) 1994-2013 by Marc Feeley, All Rights Reserved. */
/* Copyright (c) 1994-2016 by Marc Feeley, All Rights Reserved. */

#ifndef ___MEM_H
#define ___MEM_H
Expand Down Expand Up @@ -99,7 +99,7 @@ extern void ___cleanup_mem ___PVOID;

#ifdef ___DEBUG_GARBAGE_COLLECT

#define ___garbage_collect(ps,n) ___garbage_collect_debug (ps,n,__LINE__,__FILE__)
#define ___garbage_collect(ps_n) ___garbage_collect_debug (ps_n,__LINE__,__FILE__)

extern ___BOOL ___garbage_collect_debug
___P((___PSD
Expand Down

0 comments on commit f7bfcf0

Please sign in to comment.