Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
For some reason this gets retarded on Linux.
Browse files Browse the repository at this point in the history
Signed-off-by: SkyFire <[email protected]>
  • Loading branch information
SkyFire committed Dec 23, 2013
1 parent ab94216 commit 9f20732
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions revision.h.in.cmake
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# Copyright (C) 2011-2014 Project SkyFire <http://www.projectskyfire.org/>
# Copyright (C) 2008-2014 TrinityCore <http://www.trinitycore.org/>
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

#ifndef __REVISION_H__
#define __REVISION_H__
#define _HASH "@rev_hash@"
Expand Down

6 comments on commit 9f20732

@Dramacydal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you forgot
/*
...
*/

@SkyFire
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wasn't needed anyways. ;)

@AriDEV
Copy link
Contributor

@AriDEV AriDEV commented on 9f20732 Dec 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol how u can preprocess this comments XD

@SkyFire
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trolls will troll

@Sovak
Copy link
Contributor

@Sovak Sovak commented on 9f20732 Dec 31, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its CMAKE, no /* */

@Dramacydal
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in cmake it's

/*

...

*/

Please sign in to comment.