Resolve -Wcomment warnings

Resolve -Wcomment warnings like:

./cifin-cmos14b.gen:2:1: warning: '/*' within block comment [-Wcomment]
This commit is contained in:
Ryan Schmidt 2022-04-11 02:01:30 -05:00 committed by Tim Edwards
parent b4d635a3ab
commit 4c4b0e301b
6 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
* ********************************************************************* * *********************************************************************
*/ */
/* #define PAINTDEBUG /* For debugging */ /* #define PAINTDEBUG */ /* For debugging */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/database/DBpaint.c,v 1.15 2010/09/24 19:53:19 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/database/DBpaint.c,v 1.15 2010/09/24 19:53:19 tim Exp $";

View File

@ -79,7 +79,7 @@ GCRroute(ch)
gcrSetEndDist(ch); gcrSetEndDist(ch);
density = gcrDensity(ch); density = gcrDensity(ch);
/* gcrPrDensity(ch, density); /* Debugging */ /* gcrPrDensity(ch, density); */ /* Debugging */
if (density > ch->gcr_width) if (density > ch->gcr_width)
{ {
(void) sprintf(mesg, "Density (%d) > channel size (%d)", (void) sprintf(mesg, "Density (%d) > channel size (%d)",

View File

@ -1,4 +1,4 @@
/* For IBM triple metal process... No CCD, Bipolar, Poly2 layers. /* For IBM triple metal process... No CCD, Bipolar, Poly2 layers. */
/* This is prelimanary, please let me know if anything here seems /* This is prelimanary, please let me know if anything here seems
abnormal to you... pi@lepton.isi.edu 1/13/94 */ abnormal to you... pi@lepton.isi.edu 1/13/94 */
#ifdef NOWELL #ifdef NOWELL

View File

@ -1,4 +1,4 @@
/* For IBM triple metal process... No CCD, Bipolar, Poly2 layers. /* For IBM triple metal process... No CCD, Bipolar, Poly2 layers. */
/* This is prelimanary, please let me know if anything here seems /* This is prelimanary, please let me know if anything here seems
abnormal to you... pi@lepton.isi.edu 3/14/95 */ abnormal to you... pi@lepton.isi.edu 3/14/95 */
#ifdef NOWELL #ifdef NOWELL

View File

@ -1,4 +1,4 @@
/* For IBM triple metal process... No CCD, Bipolar, Poly2 layers. /* For IBM triple metal process... No CCD, Bipolar, Poly2 layers. */
/* This is prelimanary, please let me know if anything here seems /* This is prelimanary, please let me know if anything here seems
abnormal to you... pi@lepton.isi.edu 1/13/94 */ abnormal to you... pi@lepton.isi.edu 1/13/94 */
#ifdef NOWELL #ifdef NOWELL

View File

@ -445,7 +445,7 @@ SelCopyToFeedback(celldef, seluse, style, text)
} }
/*----------------------------------------------------------------------*/ /*----------------------------------------------------------------------*/
/* Callback function per tile of the selection /* Callback function per tile of the selection */
/*----------------------------------------------------------------------*/ /*----------------------------------------------------------------------*/
int int