Index: driver/as.cc
===================================================================
--- driver/as.cc	(revision 58e0d3c0f0f89d41818bd98b8ed39e063a3c2a3d)
+++ driver/as.cc	(revision aa0a1ade2bfb208ba73cd9f6a0f68aeec6a635dc)
@@ -5,12 +5,12 @@
 // file "LICENCE" distributed with Cforall.
 //
-// as.c -- map assembler file, scan for debug information. If found, expand file by one character and insert Cforall
-//         language code on the N line from the start of the debug information.
+// as.c -- map assembler file, scan for debug information, then language code, and skip N lines forward to code. If
+//         code is C dialect, possibly expand file by one character, and replace with Cforall language code.
 //
 // Author           : Peter A. Buhr
 // Created On       : Wed Aug  1 10:49:42 2018
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Dec  8 07:34:12 2021
-// Update Count     : 135
+// Last Modified On : Wed Dec  8 07:56:12 2021
+// Update Count     : 136
 //
 
