This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Macros for Android


On 07/25/2012 11:26 PM, craven@gmx.net wrote:
I came up with the following (unhygienic) macro:

(defmacro do-in-background (dib-param dib opu-param opu params)
....


I'd be glad about any help.

Start by replacing the non-hygienic and deprecated defmacro by the hygenic and supported define-syntax-case. The defmacro documentation shows how:

http://www.gnu.org/software/kawa/Macros.html

If you use defmacro you really are on your own.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]