From 83ad20cfbcf52d28ca639f875fd6341948a471b4 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Fri, 6 Apr 2001 02:54:13 +0000 Subject: [PATCH] removed C++ style comment --- libtiff/tiffio.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libtiff/tiffio.h b/libtiff/tiffio.h index 84eff428..d88bfb93 100644 --- a/libtiff/tiffio.h +++ b/libtiff/tiffio.h @@ -1,4 +1,4 @@ -/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tiffio.h,v 1.9 2001-03-27 22:57:51 warmerda Exp $ */ +/* $Header: /cvs/maptools/cvsroot/libtiff/libtiff/tiffio.h,v 1.10 2001-04-06 02:54:13 warmerda Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler @@ -203,8 +203,9 @@ typedef struct { #include #include +/* share internal LogLuv conversion routines? */ #ifndef LOGLUV_PUBLIC -#define LOGLUV_PUBLIC 1 // share internal LogLuv conversion routines +#define LOGLUV_PUBLIC 1 #endif #if defined(__cplusplus)