 #------------------------------------------------------------------
 ## preprocessor common block to hold flags
 # put on a file named 'cflags'
 # Used only by ratfiv preprocessor
 
   common /cflags/ inform
   logical inform			# when .true., < and > aren't
					# converted to .lt. and .gt.
 
 #------------------------------------------------------------------
