From: g0dil Date: Tue, 10 Jul 2007 20:47:10 +0000 (+0000) Subject: Fix continuation-line parsing in run-test-gdb.sh script X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=9d9f7646bbfb579f9a031188f6958efd144ad2cf;p=senf.git Fix continuation-line parsing in run-test-gdb.sh script Add c-backslash-column variable to senf-c-style git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@298 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/project.el b/project.el index fa52c6d..7f83abe 100644 --- a/project.el +++ b/project.el @@ -2,11 +2,12 @@ (defconst senf-c-style '((c-basic-offset . 4) - (c-cleanup-list . (empty-defun-braces - defun-close-semi - list-close-comma - scope-operator - compact-empty-funcall)) + (c-backslash-column . 98) + (c-cleanup-list . (empty-defun-braces + defun-close-semi + list-close-comma + scope-operator + compact-empty-funcall)) (c-hanging-braces-alist . ((namespace-open after) (namespace-close before after) (brace-list-open) diff --git a/run-test-gdb.sh b/run-test-gdb.sh index 7572cc8..3cd2bd1 100755 --- a/run-test-gdb.sh +++ b/run-test-gdb.sh @@ -61,7 +61,7 @@ gdb -batch -x .run-test-gdb.cmd ./.test.bin 2>/dev/null | perl -e ' elsif ($mode==2) { if (/^(#?[0-9]| )/) { push @l,$_ if /^#/; - $l[$#l] .= $_ if /^ /; + $l[$#l] .= $_ if @l && /^ /; } else { $mode=0; if (/: fatal error in /) {