Index: trunk/src_plugins/io_dsn/read.c =================================================================== --- trunk/src_plugins/io_dsn/read.c (revision 35177) +++ trunk/src_plugins/io_dsn/read.c (revision 35178) @@ -1816,6 +1816,8 @@ gsxl_init(&rdctx->dom, gsxl_node_t); rdctx->dom.parse.line_comment_char = '#'; +TODO("enable this when librnd 3.1.0 is out - this is required for eagle and diptrace exports as they omit space before parenthesis"); +/* rdctx->dom.parse.allow_nospace_open = 1;*/ offs = 0; do { c = fgetc(f);