Commit Graph

16 Commits

Author SHA1 Message Date
f675b072d6 redefined ASE_XXX_COPIER_SIMPLE and ASE_XXX_COPIER_INLINE
originally,
- #define ASE_XXX_COPIER_SIMPLE ase_xxx_copysimple
- #define ASE_XXX_COPIER_INLINE ase_xxx_copyinline

after changes.
- #define ASE_XXX_COPIER_SIMPLE ((ase_xxx_copier_t)1)
- #define ASE_XXX_COPIER_INLINE ((ase_xxx_copier_t)2)

when compiled for win32 dll, the reference by the original 
definition resulted in different address values in difference modules.
2008-12-15 07:25:42 +00:00
71aed8062f porting tio and sio 2008-10-15 04:08:31 +00:00
602be420ee trying to get lda.c working 2008-10-03 06:06:10 +00:00
017c4cceb1 2008-07-20 01:29:52 +00:00
842970473e 2008-07-19 08:56:50 +00:00
1546704051 2008-07-19 08:04:49 +00:00
0d4d3af7df 2008-07-16 01:49:47 +00:00
74b42e112d 2008-06-27 00:44:41 +00:00
c9a9fb6c85 2008-06-26 23:48:54 +00:00
8e3a0e2c84 2008-06-22 08:37:03 +00:00
ac4c18389e 2008-06-20 04:27:37 +00:00
8f15f888d9 2008-06-20 03:44:45 +00:00
cd7ea696cd 2008-06-16 08:28:09 +00:00
c6664b6bcd 2008-06-15 02:15:37 +00:00
7c6da1cb72 2008-06-13 07:50:51 +00:00
2a01d601fb 2008-06-10 03:41:47 +00:00