From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Tue, 8 Sep 2009 23:44:36 +0800 Message-ID: <1d5d51400909080844q1bee4c3s114ccc5e51ce52f5@mail.gmail.com> From: Fernan Bolando To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: [9fans] porting help please Topicbox-Message-UUID: 6a27cf20-ead5-11e9-9d60-3106f5b1d025 Hi all I know it's cheating, but can anybody help me fix an initializer is not constant error from pcc error: initializer is not a constant: F0_Prelude_46primLeave --h file --- #define VAP_TAG 1 #define WORDSHIFT 5 #define WORDSIZE (1<>3) #define ZAP_BIT (1L<<(WORDSIZE-1)) ---- -- c file ---- unsigned F0_Prelude_46primLeave[] = { CAPTAG(FN_Prelude_46primLeave,1) #ifdef PROFILE , useLabel(PROF_primLeave) , 0 , 0 , 0 #endif ---- -- http://www.fernski.com