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
|
#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 $";
|
||||||
|
|
|
||||||
|
|
@ -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)",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue