[gnoduino] really fix "Bug 690383 - Extracted prototypes..."
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino] really fix "Bug 690383 - Extracted prototypes..."
- Date: Thu, 3 Jan 2013 21:45:38 +0000 (UTC)
commit 7e47eab3ca1c50942828a667ab82290b20302b16
Author: Lucian Langa <lucilanga gnome org>
Date: Thu Jan 3 22:45:30 2013 +0100
really fix "Bug 690383 - Extracted prototypes..."
src/preproc.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/preproc.py b/src/preproc.py
index 989808e..82e00fd 100644
--- a/src/preproc.py
+++ b/src/preproc.py
@@ -38,7 +38,6 @@ def firstStatement(instr):
def lastInclude(instr):
m = re.finditer(r"^#include\s+[\w+\".<>\-]+", instr, re.M)
- return max(enumerate(m))[1].end()
try:
return max(enumerate(m))[1].end()
except:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]