comparison libinterp/corefcn/oct-procbuf.h @ 31449:2aa5bcaba504

maint: Remove more functions deprecated in Octave 7
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 16 Nov 2022 06:22:03 -0500
parents 796f54d4ddbf
children dfa5d9c3ae72
comparison
equal deleted inserted replaced
31448:9a0ce9eea1b7 31449:2aa5bcaba504
81 procbuf *m_next; 81 procbuf *m_next;
82 }; 82 };
83 83
84 OCTAVE_NAMESPACE_END 84 OCTAVE_NAMESPACE_END
85 85
86 #if defined (OCTAVE_PROVIDE_DEPRECATED_SYMBOLS)
87
88 OCTAVE_DEPRECATED (7, "use octave::procbuf' instead")
89 typedef octave::procbuf procbuf;
90
91 #endif 86 #endif
92
93 #endif