Changeset 12b5b226 for libcfa


Ignore:
Timestamp:
Aug 31, 2021, 1:49:10 AM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
e4b37a1
Parents:
82820da
git-author:
Jacob Prud'homme <jafprudhomme@…> (08/03/21 01:59:50)
git-committer:
Jacob Prud'homme <jafprudhomme@…> (08/31/21 01:49:10)
Message:

Removed redundant reinitialization of buffers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    r82820da r12b5b226  
    7070                open( in, config_file );                                        // open the configuration file for input
    7171
     72                char key[64];
     73                char value[256];
     74
    7275                while () {                                                                      // parameter names can appear in any order
    73                         char key[64];
    74                         char value[256];
    75 
    7676                        // Must add check to see if already read in a key-value pair,
    7777                        // once we switch to using hash table as intermediate storage
Note: See TracChangeset for help on using the changeset viewer.