I modified the header so that it didn't warn about comment inside of a comment.

Changed
/* id blah
/* text
 */

to
/*
 * id blah
 * text
 */

Kent
This commit is contained in:
2003-01-19 08:45:49 +00:00
parent 4b3ce0b7a5
commit 9891e69065

View File

@@ -1,5 +1,5 @@
/* $Id$ /**
/* * $Id$
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK ***** * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or