# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. include include "idbc.h" # IMDRMCOM -- Remove the comment field for a keyword. procedure imdrmcom (im, key) pointer im #I image descriptor char key[ARB] #I parameter to be set bool string_valued int ch, i, ti, j, n pointer rp, ip, op, sp, val, start, text, cmmt int idb_findrecord() errchk syserrs begin call smark (sp) call salloc (val, SZ_LINE, TY_CHAR) call salloc (text, SZ_LINE, TY_CHAR) call salloc (cmmt, SZ_LINE, TY_CHAR) # Find the record. if (idb_findrecord (im, key, rp) == 0) call syserrs (SYS_IDBKEYNF, key) for (i=0; i