Skip to content

Commit

Permalink
* Fix obsolete NULL settings, replace obsolete LaTeX options
Browse files Browse the repository at this point in the history
  • Loading branch information
James Tappin committed May 20, 2012
1 parent 7afb9c1 commit 6d777ef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/rpncalc.tex
@@ -1,6 +1,6 @@
\documentclass{article}
\usepackage{times}
\usepackage[fancy]{latex2man}
\usepackage[fancyhdr]{latex2man}

\begin{document}
\setVersion{0.1}
Expand Down
2 changes: 1 addition & 1 deletion src/rpncalc.f90
Expand Up @@ -356,7 +356,7 @@ program rpncalc
& tooltip="Select/Deselect live stack statistics"//c_null_char)
call hl_gtk_table_attach(keybox, kstats, 4, 0, xspan=2)

rdgrp=NULL
rdgrp=C_NULL_PTR
krad = hl_gtk_radio_button_new(rdgrp, "Rad"//c_null_char, &
& toggled=c_funloc(set_trigunit), &
& tooltip = "Select radians mode"//c_null_char)
Expand Down
1 change: 0 additions & 1 deletion src/widgets.f90
Expand Up @@ -20,7 +20,6 @@ module widgets
! needed by RPNcalc.

use iso_c_binding
use gtk, only: NULL

implicit none

Expand Down

0 comments on commit 6d777ef

Please sign in to comment.