Ignore:
Timestamp:
2012-04-26T20:42:28+12:00 (12 years ago)
Author:
ak19
Message:

Moved comment to where it wouldn't cause an error during compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/mg/lib/mglong.h

    r25492 r25494  
     1/* See http://stackoverflow.com/questions/6802903/c-ifdef-mac-os-x-question and
     2 * http://stackoverflow.com/questions/5919996/how-to-detect-reliably-mac-os-x-ios-linux-windows-in-c-preprocessor */
    13#ifndef MGLONG_H
    24#define MGLONG_H
    35
    4 // See http://stackoverflow.com/questions/6802903/c-ifdef-mac-os-x-question
    5 // and http://stackoverflow.com/questions/5919996/how-to-detect-reliably-mac-os-x-ios-linux-windows-in-c-preprocessor
    66#if defined __unix__ || defined __APPLE__
    77#include <stdint.h>
Note: See TracChangeset for help on using the changeset viewer.