X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgdatasetprivate.h;h=4f98040c197fb0b955ed15837b02243d469045a6;hb=40650e33239994237917322d4cfecc34e4cc4394;hp=9397c60aafc59f5737f63359489f415addf0765f;hpb=20887fa14862521164a5d2242bb639be27283e5e;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gdatasetprivate.h b/glib/gdatasetprivate.h index 9397c60..4f98040 100644 --- a/glib/gdatasetprivate.h +++ b/glib/gdatasetprivate.h @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, see . */ /* @@ -28,7 +26,7 @@ #ifndef __G_DATASETPRIVATE_H__ #define __G_DATASETPRIVATE_H__ -#include +#include G_BEGIN_DECLS @@ -36,7 +34,7 @@ G_BEGIN_DECLS * barriers to take effect without acquiring the global dataset mutex. */ #define G_DATALIST_GET_FLAGS(datalist) \ - ((gsize) g_atomic_pointer_get ((gpointer*) datalist) & G_DATALIST_FLAGS_MASK) + ((gsize) g_atomic_pointer_get (datalist) & G_DATALIST_FLAGS_MASK) G_END_DECLS