Changeset 825fb7 in git for libpolys/polys/templates/p_Procs_Static.cc
- Timestamp:
- Mar 6, 2013, 6:44:01 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- f173183e1e8e9298c653eac481092476311ff4b5
- Parents:
- d5a330ab1c423ea119367c33b67f155b398bfa16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/templates/p_Procs_Static.cc
rd5a330 r825fb7 40 40 // define DoSetProc and InitSetProcs 41 41 #define SetStaticProcFromArray(what, type, field, length, ord) \ 42 _p_procs->what = cast_vptr_to_A<what##_Proc_Ptr>( \42 _p_procs->what = (what##_Proc_Ptr)( \ 43 43 what##_Proc_##type [index(what##_Proc, field, length, ord)]) 44 44
Note: See TracChangeset
for help on using the changeset viewer.