For VMS, implement the possibility to choose 64-bit pointers with
[openssl.git] / VMS / mkshared.com
index d92a823f0bb9b77f1e3dbfb76e07179c1ff85079..794e1de62a5466b384f1abbf0ebaaec697c8e400 100644 (file)
@@ -328,6 +328,8 @@ $   entrycount=0
 $   loop:
 $     read /end=loop_end /err=loop_end libnum line
 $     lin = f$edit( line, "COMPRESS,TRIM")
+$!    Skip a "#" comment line.
+$     if (f$extract( 0, 1, lin) .eqs. "#") then goto loop
 $     entrynum = f$int(f$element( 1, " ", lin))
 $     entryinfo = f$element( 2, " ", lin)
 $     curentry = f$element( 0, " ", lin)