Skip to content

Commit

Permalink
Reorder declarations in pdl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Oct 3, 2015
1 parent 125468d commit 56a98b9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Basic/Core/pdl.h.PL
Expand Up @@ -79,10 +79,6 @@ extern int pdl_debugging;
} \\
} while (0)
extern int _anyval_eq_anyval(PDL_Anyval, PDL_Anyval);
#define ANYVAL_EQ_ANYVAL(x,y) (_anyval_eq_anyval(x,y))
/* Auto-PThreading (i.e. multi-threading) settings for PDL functions */
/* Target number of pthreads: Actual will be this number or less.
A 0 here means no pthreading */
Expand All @@ -100,6 +96,11 @@ extern int pdl_autopthread_size;
typedef struct pdl pdl;
$PDL_DATATYPES
extern int _anyval_eq_anyval(PDL_Anyval, PDL_Anyval);
#define ANYVAL_EQ_ANYVAL(x,y) (_anyval_eq_anyval(x,y))
$mymalloc
!GROK!THIS!

Expand Down

0 comments on commit 56a98b9

Please sign in to comment.