[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.1.2.20070818-199-g87721d1)
The branch, master has been updated
via 87721d1d2bd38398b47b840c7647c8126adbaa70 (commit)
from f2101950cde757e1b51c8e6e70a5d764d8a7fa99 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
utils/src/olib.l | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
=================
Commit Messages
=================
commit 87721d1d2bd38398b47b840c7647c8126adbaa70
Author: Christian Riggenbach <criggenbach@xxxxxxxxxxxx>
Date: Thu Dec 27 22:53:18 2007 +0000
utils: Fix indentation of comments in src/olib.l
Indented comments in certain places seem to upset flex version 2.5.34.
:100644 100644 d1150d0... 9a24376... M utils/src/olib.l
=========
Changes
=========
commit 87721d1d2bd38398b47b840c7647c8126adbaa70
Author: Christian Riggenbach <criggenbach@xxxxxxxxxxxx>
Date: Thu Dec 27 22:53:18 2007 +0000
utils: Fix indentation of comments in src/olib.l
Indented comments in certain places seem to upset flex version 2.5.34.
diff --git a/utils/src/olib.l b/utils/src/olib.l
index d1150d0..9a24376 100644
--- a/utils/src/olib.l
+++ b/utils/src/olib.l
@@ -200,19 +200,19 @@ char *strip_quotes(char *str)
- /* decimal integer */
+/* decimal integer */
INTEGER [+-]?[0-9]+
- /* floating point decimal, like 123.234 */
+/* floating point decimal, like 123.234 */
DECIMAL [+-]?[0-9]*[\.][0-9]*
- /* string name, like 'abcd' */
+/* string name, like 'abcd' */
IDENT '[^'\n]+'
- /* comment, like { comment } */
+/* comment, like { comment } */
COMMENT \{[^\n\}]*\}
- /* pin identifier, example T3 L12 R3 .... */
+/* pin identifier, example T3 L12 R3 .... */
PIN_ID [TBLR][0-9]{1,4}
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs