Index: trunk/doc/developer/packaging/Changelog =================================================================== --- trunk/doc/developer/packaging/Changelog (revision 7369) +++ trunk/doc/developer/packaging/Changelog (revision 7370) @@ -5,6 +5,8 @@ svn export svn://repo.hu/sch-rnd/trunk sch-rnd-$ver tar -cf sch-rnd-$ver.tar sch-rnd-$ver +TODO: doc/resources installed + Packaging changes between 1.0.0 and 0.9.5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A. changes that probably don't need action Index: trunk/scconfig/Rev.h =================================================================== --- trunk/scconfig/Rev.h (revision 7369) +++ trunk/scconfig/Rev.h (revision 7370) @@ -1 +1 @@ -static const int myrev = 7337; +static const int myrev = 7370; Index: trunk/scconfig/Rev.tab =================================================================== --- trunk/scconfig/Rev.tab (revision 7369) +++ trunk/scconfig/Rev.tab (revision 7370) @@ -1,3 +1,4 @@ +7370 configure cleanup: get rid of local "inline" defs 7337 configure new plugin for non-graphical tEDAx sheets 7322 configure enable io_altium by default 7257 configure plugin config for io_altium Index: trunk/src/libcschem/config.h.in =================================================================== --- trunk/src/libcschem/config.h.in (revision 7369) +++ trunk/src/libcschem/config.h.in (revision 7370) @@ -1,8 +1,3 @@ -if ?cc/inline -then - put /local/cc/inline {inline} -end - print [@ #ifndef CSCH_CONFIG_H #define CSCH_CONFIG_H @@ -17,13 +12,6 @@ typedef @sys/types/size/4_s_int@ csch_sint32_t; @] -print {\n\n/* Macro to add a function attribute to suppress "function unused" for static inline functions declared in .h files */\n} -print_ternary ?cc/func_attr/unused/presents {#define CSCH_FUNC_UNUSED __attribute__((unused))} {#define CSCH_FUNC_UNUSED} - -print [@ -#define csch_inline static @?/local/cc/inline@ CSCH_FUNC_UNUSED -@] - # coordinates and gengeo2d config print [@ /* set to long temporarily; we'll need a local typecfg_csch_coord_t_double */ @@ -30,7 +18,7 @@ /*typedef csch_sint32_t csch_coord_t;*/ typedef long csch_coord_t; #define GENGEO2D_TYPECFG "gengeo2d/typecfg_long_double.h" -#define G2D_INLINE csch_inline +#define G2D_INLINE RND_INLINE @] print [@