X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fadt%2Fpmap.h;h=b7723e2997e2212547dd455d6c45c24dee4f1469;hb=2d09549421b49587d4680a94dab277646e9fef44;hp=5cac4d7e3f38897de5051453c6fde8427b82a2a3;hpb=4310a8ac04f255d0ba74cfece9227689a94530ef;p=libfirm diff --git a/ir/adt/pmap.h b/ir/adt/pmap.h index 5cac4d7e3..b7723e299 100644 --- a/ir/adt/pmap.h +++ b/ir/adt/pmap.h @@ -1,12 +1,15 @@ -/* ------------------------------------------------------------------- - * $Id$ - * ------------------------------------------------------------------- - * Datentyp: Vereinfachte Map (hash-map) zum Speichern von - * Zeigern/Adressen -> Zeigern/Adressen. - * - * Erstellt: Hubert Schmid, 09.06.2002 - * ---------------------------------------------------------------- */ - +/* + * Project: libFIRM + * File name: ir/adt/eset.c + * Purpose: Datentyp: Vereinfachte Map (hash-map) zum Speichern von + * Zeigern/Adressen -> Zeigern/Adressen. + * Author: Hubert Schmid + * Modified by: + * Created: 09.06.2002 + * CVS-ID: $Id$ + * Copyright: (c) 2002 Universität Karlsruhe + * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + */ #ifndef _PMAP_H_ #define _PMAP_H_