Skip to content

Commit

Permalink
Remove stray use of _VOID_
Browse files Browse the repository at this point in the history
In a70159b, the _VOID_ macro
was eliminated, but one use of it inside an "#ifdef DEBUG"
was forgotten.
  • Loading branch information
bjorng committed Sep 24, 2010
1 parent 9f09d3d commit 0a1f48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/emulator/beam/global.h
Expand Up @@ -1499,7 +1499,7 @@ erts_cmp_timeval(SysTimeval *t1p, SysTimeval *t2p)
#endif

#ifdef DEBUG
void p_slpq(_VOID_);
void p_slpq(void);
#endif

/* utils.c */
Expand Down

0 comments on commit 0a1f48c

Please sign in to comment.