Changeset 16f511 in git for Singular/grammar.y


Ignore:
Timestamp:
May 20, 2013, 8:19:19 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
e62a1dcba3e4e6ef2ea1466f671ce574477a55e3
Parents:
b5d6f029419b1616c60cb73fcd2c05ec0aa4ae9c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-20 20:19:19+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-24 14:52:20+02:00
Message:
Fixed the usage of "config.h" (if defined HAVE_CONFIG_H)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/grammar.y

    rb5d6f0 r16f511  
    1212#include <stdarg.h>
    1313#include <string.h>
     14
     15#ifdef HAVE_CONFIG_H
     16#include "config.h"
     17#endif /* HAVE_CONFIG_H */
     18#include <misc/auxiliary.h>
    1419
    1520#include <kernel/mod2.h>
Note: See TracChangeset for help on using the changeset viewer.