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

	   f77,				# when .true., output is Fortran 77

	   holler			# when .true., hollerith strings
					# are output instead of quoted strings
