 #--------------------------------------------------------------------------
 ## preprocessor common block to hold info about 'for' statements
 # put on a file named 'cfor'
 # Used only by ratfor preprocessor
 
 common /cfor/  fordep, forstk (MAXFORSTK)
   integer fordep       # current depth of for statements
   character forstk     # stack of reinit strings
