X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobstack%2Fobstackpp.hpp;h=e73a247eb1dc76f4ea1e3d9bafbee4844c5fa499;hb=c1277f5b7db9f55d1d28f658b4e804f32b76f0ce;hp=6c345f5514bb4da2226e76c6ffb349eb9a0af2fa;hpb=7b74666be6929322c6a603a6edd0131378f4c144;p=supertux.git diff --git a/src/obstack/obstackpp.hpp b/src/obstack/obstackpp.hpp index 6c345f551..e73a247eb 100644 --- a/src/obstack/obstackpp.hpp +++ b/src/obstack/obstackpp.hpp @@ -1,12 +1,10 @@ -// $Id$ -// // SuperTux // Copyright (C) 2007 Matthias Braun // -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,13 +12,12 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -// 02111-1307, USA. -#ifndef OBSTACKPP_H_ -#define OBSTACKPP_H_ +// along with this program. If not, see . + +#ifndef HEADER_SUPERTUX_OBSTACK_OBSTACKPP_HPP +#define HEADER_SUPERTUX_OBSTACK_OBSTACKPP_HPP -#include "obstack.h" +#include inline void* operator new (size_t bytes, struct obstack& obst) @@ -47,3 +44,4 @@ static inline void obstack_chunk_free(void* data) #endif +/* EOF */