freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] apinames.c: Add comment.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] apinames.c: Add comment.
Date: Wed, 08 Mar 2023 09:50:25 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

  • bd6208b7
    by Werner Lemberg at 2023-03-08T10:49:42+01:00
    apinames.c: Add comment.
    

1 changed file:

Changes:

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


  • reply via email to

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