[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:54:45 UTC 2009


The following commit has been merged in the upstream branch:
commit 84a673a4704b3342f4c5a50dff6a9191812603bc
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Sep 28 13:07:18 2007 +1000

    Bug fix for text macros within comments
    
    darcs-hash:20070928030718-d4795-6898438ff82c49c2d65807812cd98446bdb92aea.gz

diff --git a/src/m4.awk b/src/m4.awk
index 4d82049..2f2cad7 100644
--- a/src/m4.awk
+++ b/src/m4.awk
@@ -5,6 +5,9 @@ function replace_params(s, b,    i)
     return s;
 }
 
+BEGIN {
+    print "m4_changecom()m4_dnl";
+}
 {
     if ($1 == "Define") {
 	macro = $2;

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list