renamed ase_memchr/ase_memrchr to ase_membyte/ase_memrbyte
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: helper.h 231 2008-06-28 08:37:09Z baconevi $
|
||||
* $Id: helper.h 329 2008-08-16 14:08:53Z baconevi $
|
||||
*/
|
||||
|
||||
#ifndef _ASE_UTL_HELPER_H_
|
||||
@ -8,9 +8,6 @@
|
||||
#include <ase/types.h>
|
||||
#include <ase/macros.h>
|
||||
|
||||
#define ASE_GETMMGR() (ase_mmgr)
|
||||
#define ASE_SETMMGR(m) ((ase_mmgr) = (m))
|
||||
|
||||
#define ASE_GETCCLS() (ase_ccls)
|
||||
#define ASE_SETCCLS(c) ((ase_ccls) = (c))
|
||||
|
||||
@ -18,7 +15,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern ase_mmgr_t* ase_mmgr;
|
||||
extern ase_ccls_t* ase_ccls;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user