mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
Fix spelling of ifdef.
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*/
|
*/
|
||||||
#ivied HAVE_CVS_IDENT
|
#ifdef HAVE_CVS_IDENT
|
||||||
#ident "$Id: dosify.c,v 1.4 2003/07/15 03:49:22 steve Exp $"
|
#ident "$Id: dosify.c,v 1.5 2003/07/15 16:17:47 steve Exp $"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -69,6 +69,9 @@ int main(int argc, char*argv[])
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* $Log: dosify.c,v $
|
* $Log: dosify.c,v $
|
||||||
|
* Revision 1.5 2003/07/15 16:17:47 steve
|
||||||
|
* Fix spelling of ifdef.
|
||||||
|
*
|
||||||
* Revision 1.4 2003/07/15 03:49:22 steve
|
* Revision 1.4 2003/07/15 03:49:22 steve
|
||||||
* Spelling fixes.
|
* Spelling fixes.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user