source: git/factory/imm.cc @ 16f511

spielwiese
Last change on this file since 16f511 was 16f511, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Fixed the usage of "config.h" (if defined HAVE_CONFIG_H)
  • Property mode set to 100644
File size: 295 bytes
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2
3//{{{ docu
4//
5// imm.cc - some special implementations of immediate functions
6//   for some special platforms.
7//
8// Hierarchy: basic, arithmetic
9//
10//}}}
11
12#ifdef HAVE_CONFIG_H
13#include "config.h"
14#endif /* HAVE_CONFIG_H */
15
16#include "imm.h"
17
Note: See TracBrowser for help on using the repository browser.