1*0Sstevel@tonic-gate /* $RCSfile: INTERN.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:06 $ 2*0Sstevel@tonic-gate * 3*0Sstevel@tonic-gate * Copyright (C) 1993, 1994, by Larry Wall and others 4*0Sstevel@tonic-gate * 5*0Sstevel@tonic-gate * You may distribute under the terms of either the GNU General Public 6*0Sstevel@tonic-gate * License or the Artistic License, as specified in the README file. 7*0Sstevel@tonic-gate * 8*0Sstevel@tonic-gate * $Log: INTERN.h,v $ 9*0Sstevel@tonic-gate */ 10*0Sstevel@tonic-gate 11*0Sstevel@tonic-gate #undef EXT 12*0Sstevel@tonic-gate #define EXT 13*0Sstevel@tonic-gate 14*0Sstevel@tonic-gate #undef INIT 15*0Sstevel@tonic-gate #define INIT(x) = x 16*0Sstevel@tonic-gate 17*0Sstevel@tonic-gate #define DOINIT 18