From owner-freebsd-hackers Thu Mar 15 7:40: 6 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from primo.verat.net (primo.verat.net [217.26.64.130]) by hub.freebsd.org (Postfix) with ESMTP id 3765437B71A for ; Thu, 15 Mar 2001 07:39:57 -0800 (PST) (envelope-from milunovic@sendmail.ru) Received: from scorpion.cosmos.all.net (ppp-103.verat.net [217.26.65.103]) by primo.verat.net (x.y.z/1.1.1) with ESMTP id QAA26051 for ; Thu, 15 Mar 2001 16:39:53 +0100 Received: from scorpion.cosmos.all.net (scorpion.cosmos.all.net [127.0.0.1]) by scorpion.cosmos.all.net (8.11.3/8.11.3) with ESMTP id f2FFkoJ01320 for ; Thu, 15 Mar 2001 16:46:52 +0100 (CET) Date: Thu, 15 Mar 2001 16:46:46 +0100 (CET) From: milunovic X-Sender: milunovic@scorpion.cosmos.all.net To: hackers@freebsd.org Subject: Little confused Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- I'm reading kernel source,but I don't understand something like this -> example: #define GG(x,y) \ static void * const blabla_##x_blabla_##y = &y; As I see this should make something like this GG(foo,bar) should make static void * const blabla_foo_blabla_bar = &bar; I never saw something like this in programs.Does anybody have any link where I could find more about this kind of making macros? Vojislav Milunovic milunovic@sendmail.ru -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use Charset: noconv iQEVAwUBOrDj6i3gPLld8IkLAQHu0AgAhYj8Rr2rdj4JENBMczExysebFi3MzzX3 Ca31TFfCD5DJAVksrzhmszHKFiCAA76Ry+n4aWnsnh92JKFdplI7jDHjzgWYiHJd GyjsiSOnhizdalznDNarz2MwEn+/P5U96cX+/meNkK0DZ+Q4kJdd2e8WLiJboKFw 5w739DIFXCpJVpJ7dHTltbI8DzwTvJiFHRH1QpbCz4fsoyuOGr8DvrFTCvQp4v7X fJqqAb7wNDHPc5UfG8rmDFKrjASPvsA6RMlkB+DOPfs5dZdqQrJJbauyaZvsvfHY lE78PX/MAvukl5U88rDGGidFlWOpuEgvnGHLVZx2UbPJu5WEbqYUZw== =m13h -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message