Changeset 5339a87 for src/SymTab


Ignore:
Timestamp:
Aug 25, 2020, 11:58:21 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
b7fe2e6
Parents:
c2bc6d5
Message:

Added headers to Makefile Sources (since they are supposed to be)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/SymTab/module.mk

    rc2bc6d5 r5339a87  
    1717SRC_SYMTAB = \
    1818      SymTab/Autogen.cc \
     19      SymTab/Autogen.h \
    1920      SymTab/FixFunction.cc \
     21      SymTab/FixFunction.h \
    2022      SymTab/Indexer.cc \
     23      SymTab/Indexer.h \
    2124      SymTab/Mangler.cc \
    2225      SymTab/ManglerCommon.cc \
    23       SymTab/Validate.cc
     26      SymTab/Mangler.h \
     27      SymTab/Validate.cc \
     28      SymTab/Validate.h
    2429
    2530SRC += $(SRC_SYMTAB)
Note: See TracChangeset for help on using the changeset viewer.