Ignore:
Timestamp:
Jan 13, 2017, 3:21:12 PM (8 years ago)
Author:
Silvan Scherrer
Message:

ncurses: import vendor version 5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified ncurses/vendor/current/menu/m_item_vis.c

    r85 r1910  
    11/****************************************************************************
    2  * Copyright (c) 1998-2003,2004 Free Software Foundation, Inc.              *
     2 * Copyright (c) 1998-2004,2010 Free Software Foundation, Inc.              *
    33 *                                                                          *
    44 * Permission is hereby granted, free of charge, to any person obtaining a  *
     
    3838#include "menu.priv.h"
    3939
    40 MODULE_ID("$Id: m_item_vis.c,v 1.15 2004/12/25 21:40:09 tom Exp $")
     40MODULE_ID("$Id: m_item_vis.c,v 1.16 2010/01/23 21:20:10 tom Exp $")
    4141
    4242/*---------------------------------------------------------------------------
     
    5555  MENU *menu;
    5656
    57   T((T_CALLED("item_visible(%p)"), item));
     57  T((T_CALLED("item_visible(%p)"), (const void *)item));
    5858  if (item &&
    5959      (menu = item->imenu) &&
Note: See TracChangeset for help on using the changeset viewer.