Changeset fc846ae


Ignore:
Timestamp:
Aug 9, 2018, 6:07:49 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
7fb92a0
Parents:
9aa9126
Message:

Post merge fixes

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r9aa9126 rfc846ae  
    2323
    2424MAINTAINERCLEANFILES =
     25MOSTLYCLEANFILES =
    2526
    2627# Is there a way to use a variable for the directory names?
  • src/Makefile.in

    r9aa9126 rfc846ae  
    497497        Tuples/Explode.cc Validate/HandleAttributes.cc \
    498498        Virtual/ExpandCasts.cc
    499 MAINTAINERCLEANFILES = Parser/parser.output ${libdir}/${notdir \
    500         ${cfa_cpplib_PROGRAMS}}
     499MAINTAINERCLEANFILES = ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}}
     500MOSTLYCLEANFILES = Parser/parser.hh Parser/parser.output
    501501BUILT_SOURCES = Parser/parser.hh
    502502AM_YFLAGS = -d -t -v
     
    11611161        fi
    11621162mostlyclean-generic:
     1163        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
    11631164
    11641165clean-generic:
  • src/Parser/module.mk

    r9aa9126 rfc846ae  
    66## file "LICENCE" distributed with Cforall.
    77##
    8 ## module.mk -- 
     8## module.mk --
    99##
    1010## Author           : Peter A. Buhr
     
    3131       Parser/parserutility.cc
    3232
    33 MAINTAINERCLEANFILES += Parser/parser.output
     33MOSTLYCLEANFILES += Parser/parser.hh Parser/parser.output
  • tests/tuple/tupleVariadic.c

    r9aa9126 rfc846ae  
    1414//
    1515
    16 #include <stdlib>
     16#include <stdlib.hfa>
    1717
    1818void func(void) {
Note: See TracChangeset for help on using the changeset viewer.