[ptimec] Rename ptimec.cc -> ptimec.c

This commit is contained in:
Suresh Sundriyal 2020-09-18 12:20:14 -07:00
parent 57e0b9f3f3
commit 4946f79ec1
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ configure_file(config.cmake.h.in config.h)
add_executable(bin2c bin2c.h bin2c.c)
add_executable(ptimec ptimec.hh ptimec.cc)
add_executable(ptimec ptimec.hh ptimec.c)
set(TIME_FORMATS
"@%@"
@ -295,7 +295,7 @@ add_library(diag STATIC
sysclip.cc
pcrepp/pcrepp.cc
piper_proc.cc
ptimec.cc
ptimec.c
sql_util.cc
state-extension-functions.cc
styling.cc

View File

@ -462,9 +462,9 @@ bin2c_LDADD =
bin2c$(EXEEXT): bin2c.c
$(AM_V_CC) $(CC_FOR_BUILD) -o $@ $?
ptimec_SOURCES = ptimec.cc
ptimec_SOURCES = ptimec.c
ptimec_LDADD =
ptimec$(EXEEXT): ptimec.cc
ptimec$(EXEEXT): ptimec.c
$(AM_V_CC) $(CC_FOR_BUILD) -o $@ $?
if HAVE_RE2C

View File

@ -814,7 +814,7 @@
:open *path*
^^^^^^^^^^^^
Open the given file(s) or URLs in lnav
Open the given file(s) in lnav
**Parameters:**

View File

@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* @file ptimec.cc
* @file ptimec.c
*/
#include <stdio.h>