freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master bd6208b71: apinames.c: Add comment.


From: Werner Lemberg
Subject: [freetype2] master bd6208b71: apinames.c: Add comment.
Date: Wed, 8 Mar 2023 04:50:34 -0500 (EST)

branch: master
commit bd6208b7126888826b1246bbe06c166afd177516
Author: Werner Lemberg <wl@gnu.org>
Commit: Werner Lemberg <wl@gnu.org>

    apinames.c: Add comment.
---
 src/tools/apinames.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/tools/apinames.c b/src/tools/apinames.c
index 8c395aea3..dfa258fd7 100644
--- a/src/tools/apinames.c
+++ b/src/tools/apinames.c
@@ -227,8 +227,9 @@ names_dump( FILE*         out,
         panic( "could not shorten name '%s'", the_names[nn].name );
       fprintf( out, "symbol_vector = ( %s = PROCEDURE)\n", short_symbol );
 
+      /* Also emit a 64-bit symbol, as created by the `vms_auto64` tool. */
+      /* It has the string '64__' appended to its name.                  */
       strcat( the_names[nn].name , "64__" );
-
       if ( vms_shorten_symbol( the_names[nn].name, short_symbol, 1 ) == -1 )
         panic( "could not shorten name '%s'", the_names[nn].name );
       fprintf( out, "symbol_vector = ( %s = PROCEDURE)\n", short_symbol );



reply via email to

[Prev in Thread] Current Thread [Next in Thread]