Changeset 9f7665 in git for factory/readcf.yy


Ignore:
Timestamp:
Mar 28, 2014, 7:40:29 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
243019103085855c879a78eda81371dae089f615
Parents:
c36fda5349a970649151409d79d149c62f0bfab4
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-28 19:40:29+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-31 17:51:34+02:00
Message:
Removed HAVE_CONFIG guards

fix: fixed the inclusion of configure-generated *config.h's
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/readcf.yy

    rc36fda r9f7665  
    33%{
    44
    5 #ifdef HAVE_CONFIG_H
     5
    66#include "config.h"
    7 #endif /* HAVE_CONFIG_H */
     7
    88#include <factory/factoryconf.h>
    99
     
    1515
    1616#include <cstring> // we need this for gcc 4.3
    17 #ifdef HAVE_CONFIG_H
     17
    1818#include <config.h>
    19 #endif /* HAVE_CONFIG_H */
     19
    2020
    2121#include <ctype.h>
Note: See TracChangeset for help on using the changeset viewer.