Resolve -Wcomment warnings
Resolve -Wcomment warnings like: ./cifin-cmos14b.gen:2:1: warning: '/*' within block comment [-Wcomment]
This commit is contained in:
parent
b4d635a3ab
commit
4c4b0e301b
|
|
@ -19,7 +19,7 @@
|
|||
* *********************************************************************
|
||||
*/
|
||||
|
||||
/* #define PAINTDEBUG /* For debugging */
|
||||
/* #define PAINTDEBUG */ /* For debugging */
|
||||
|
||||
#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 $";
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ GCRroute(ch)
|
|||
|
||||
gcrSetEndDist(ch);
|
||||
density = gcrDensity(ch);
|
||||
/* gcrPrDensity(ch, density); /* Debugging */
|
||||
/* gcrPrDensity(ch, density); */ /* Debugging */
|
||||
if (density > ch->gcr_width)
|
||||
{
|
||||
(void) sprintf(mesg, "Density (%d) > channel size (%d)",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
abnormal to you... pi@lepton.isi.edu 1/13/94 */
|
||||
#ifdef NOWELL
|
||||
|
|
|
|||
|
|
@ -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
|
||||
abnormal to you... pi@lepton.isi.edu 3/14/95 */
|
||||
#ifdef NOWELL
|
||||
|
|
|
|||
|
|
@ -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
|
||||
abnormal to you... pi@lepton.isi.edu 1/13/94 */
|
||||
#ifdef NOWELL
|
||||
|
|
|
|||
|
|
@ -445,7 +445,7 @@ SelCopyToFeedback(celldef, seluse, style, text)
|
|||
}
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
/* Callback function per tile of the selection
|
||||
/* Callback function per tile of the selection */
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in New Issue