Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/startup.h

    red9c0a8 r7444113  
     1//                              -*- Mode: CFA -*-
    12//
    23// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
     
    910// Author           : Thierry Delisle
    1011// Created On       : Wed Mar 29 15:56:41 2017
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jul 20 21:37:11 2017
    13 // Update Count     : 2
     12// Last Modified By :
     13// Last Modified On :
     14// Update Count     : 0
    1415//
    1516
    16 #pragma once
     17#ifndef STARTUP_H
     18#define STARTUP_H
    1719
    1820#if GCC_VERSION > 50000
     
    3234#endif
    3335
    34 // Local Variables: //
    35 // mode: c //
    36 // tab-width: 4 //
    37 // End: //
     36#endif //STARTUP_H
Note: See TracChangeset for help on using the changeset viewer.