Changeset 1bb1ceb for tests/Includes.cfa


Ignore:
Timestamp:
Feb 25, 2021, 2:03:05 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
8a1fda3, d5006b1
Parents:
8a930df7
Message:

formatting, remove emacs-module.h may not be installed, comment out expat.h causing 32-bit attribute-location problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Includes.cfa

    r8a930df7 r1bb1ceb  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // includes.c --
     7// Includes.cfa --
    88//
    99// Author           : Peter A. Buhr
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Feb 21 19:03:01 2021
    13 // Update Count     : 685
     12// Last Modified On : Thu Feb 25 14:00:36 2021
     13// Update Count     : 689
    1414//
    1515
     
    4242#include <dlfcn.h>
    4343#include <elf.h>
    44 #include <emacs-module.h>
     44//#include <emacs-module.h>                                                             // may not be installed
    4545#include <endian.h>
    4646#include <envz.h>
     
    5151//#include <etip.h>
    5252#include <execinfo.h>
    53 #include <expat.h>
     53//#include <expat.h>                                                                            // 32-bit attribute-location problem
    5454#include <expat_external.h>
    5555#include <fcntl.h>
     
    187187// Local Variables: //
    188188// tab-width: 4 //
    189 // compile-command: "cfa includes.c" //
     189// compile-command: "cfa Includes.cfa" //
    190190// End: //
Note: See TracChangeset for help on using the changeset viewer.