[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Need somebody to explain



Hi,

this snippet was found in dbootstrap.h

#ifndef _TESTING_
        #define _(String) String
#else
        #include <libintl.h>
        #define _(String) gettext(String)
#endif

Can somebody please explain its deeper sense to me?

This means that we only use gettext/pointerize if we are using
the _test targets.  Why?  Why don't we use the same when creating
the final floppies?

Regards,

	Joey

-- 
All language designers are arrogant.  Goes with the territory...
	-- Larry Wall

Please always Cc to me when replying to me on the lists.


Reply to: